0xC0000005
September 19th, 2008, 11:14 AM
Here's a link to a Google Earth map:
<!-- The full link (code supplied by Google)-->
<a href="http://maps.google.com/maps?f=q&hl=en&geocode=&q=merwin+ave,+cleveland+ohio&sll=37.0625,-95.677068&sspn=49.71116,59.414063&ie=UTF8&layer=c&cbll=41.488171,-81.685696&panoid=7Q2mWLjC1OLCkHJCCpdbeQ&cbp=1,256.01868693765914,,0,8.188362819652383&ll=41.504271,-81.706095&spn=0.005786,0.007253&z=14&source=embed" style="color:#0000FF;text-align:left" target="_blank">View Larger Map</a>
<!-- Some things <.CUT.> for readability -->
<a href="http://maps.google.com/maps?<.CUT.>;source=embed" style="<.CUT>" target="_blank">View Larger Map</a>
The target="_blank" did not exist in the original code supplied by Google. I added it because I want this link to open in a new window - but it doesn't - it opens in the same window. Why? How can I fix it?
<!-- The full link (code supplied by Google)-->
<a href="http://maps.google.com/maps?f=q&hl=en&geocode=&q=merwin+ave,+cleveland+ohio&sll=37.0625,-95.677068&sspn=49.71116,59.414063&ie=UTF8&layer=c&cbll=41.488171,-81.685696&panoid=7Q2mWLjC1OLCkHJCCpdbeQ&cbp=1,256.01868693765914,,0,8.188362819652383&ll=41.504271,-81.706095&spn=0.005786,0.007253&z=14&source=embed" style="color:#0000FF;text-align:left" target="_blank">View Larger Map</a>
<!-- Some things <.CUT.> for readability -->
<a href="http://maps.google.com/maps?<.CUT.>;source=embed" style="<.CUT>" target="_blank">View Larger Map</a>
The target="_blank" did not exist in the original code supplied by Google. I added it because I want this link to open in a new window - but it doesn't - it opens in the same window. Why? How can I fix it?