Lamhot / php-google-map-api

Automatically exported from code.google.com/p/php-google-map-api
0 stars 0 forks source link

IE *all version* link problem in infobox window #40

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,
I have tested all version of IE browser and the result is that links passed in 
infobox doesn't work. Static or Dynamic

API test: 3.0 and 2.5 

There are any fix about this problem?

Thenks
Riccardo

Original issue reported on code.google.com by rconte84 on 27 Jul 2011 at 1:04

GoogleCodeExporter commented 9 years ago
Correction: With 2.5 API links works fine

Original comment by rconte84 on 27 Jul 2011 at 1:40

GoogleCodeExporter commented 9 years ago
I solve the problem with this:

<a href="#" onclick="javascript:location.href='url_to_go'">Url to go</a>

instead of

<a href="url_to_go">Url to go</a>

Original comment by rconte84 on 27 Jul 2011 at 4:34

GoogleCodeExporter commented 9 years ago

Original comment by b...@mycnl.com on 25 Sep 2011 at 5:58