Search results

  1. C

    Validate Link to Street Map

    Hi Have a link to a map generated by www.streetmap.co.uk on a site. It works fine but the link does not validate. <body> <a href="http://www.streetmap.co.uk/streetmap.dll?G2M?X=523810&Y=181595&A=Y&Z=1" target="_blank">Click for map</a> </body> Have tried multimap and get the same...
  2. C

    Pop Up Blockers

    Service pack 2 for XP now blocks all pop ups including Open New Window commnads. How do you get around this if you want a pop up window? Present code: onClick="MM_openBrWindow('index.htm','','top=22,left=22,width=574,height=324')" Thanks for any help :p
  3. C

    open new window script

    Hi, margin width and height are for other explores so its best to set all to 0. You can add some code to the Open Window command to set the postion of the new window: onClick="MM_openBrWindow('index.htm','','top=0,left=0,width=500,height=400')" Note the top=0,left=0,
Top