In MSIE Javascript, a string literal must be on one line so when MSIE
sees:
<script src="http://www.google.com/uds/api?
It considers "http://www.google.com/uds/api? to be an unterminated
string and gives up.
Recent versions of Firefox allow a string literal to span more than one
line, but don't remove white space at the end of one line and start of
the next. They converts the spaces to %20 and treat the string as
http://www.google.com/uds/api?%20%20%20%20%20%20file=uds.js&v=1.0&key=ABQ
IAAAASkdTx-xrMIvAXHXAtEM9qRSXMGIOLlzvaf_QcvWUg2yOnfxd2xTJk90A_X6gK8M0z0pu
IJwGyF4uTg
and the Google server doesn't recognise "?%20%20%20%20%20%20file" when
it expects "?file".
--
Mike Williams
http://econym.org.uk/gmap
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---