pete, same thing happened using
<script src="/Scripts/GMaps.js" type="text/javascript"></script>
or
<script src="~/Scripts/GMaps.js" type="text/javascript"></script>

except this time, the files inside of the root directory don't see the
JS file.
My guess is saying ~/ or / makes the root aspx files look for it in
the folder one level above the root.

But of course that means that aspx files inside of folders can access
it on the other hand.
Is there nothing similar to Server.MapPath("~")?

thank you

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to