Hello,
I have difficulties with Internet Explorer when i use
openInfoWindowHtml. Firefox works fine but bot IE.
I have this code below:
//-----------
map.openInfoWindowHtml(point,"<br>Type: <input type='radio'
name='type' onload='setRadioButton();' id='type' value='Farm'> Farm" +
"<input type='radio' name='type'
id='type' value='Watering Station'>Watering Station" +
"<br> Watering Station: <input
type='text' value='' id='WSname'/> <br> " +
"<input type='button'
id='btnOKHTMLWindow' onclick=\"changeName(-1, " + poly.getArea() + ",
'" + color + "');\" value='OK' /> <br> <br>" +
"<script type='text/javascript'> alert
('test'); setRadioButton();</script>");
//-----------
For some reason, the last piece of code above:
<script type='text/javascript'> alert('test'); setRadioButton();</
script>
is not triggered in IE. But it is triggered in Firefox.
Link to the page:
http://watermgttool.ncea.biz/pages/test1.aspx
Does anybody have some ideas about this? or maybe the workaround?
Thank you so much for your help.
-Lidya
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---