I found the IE issue is related to this
{ document.write('<iframe width="640" height="480" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="'+u+'"></iframe>');}
with this you can see the map but it messes with the php
{ document.write('<iframe width="640" height="480" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="'+u+'"</iframe>');}
So it is a formatting in the above line in BOLD that is causing the IE issues. Not yet worked out what is the actual issue.
|