I think you are retrieving URL address by using ASP within JavaScript. var key ='<%= request.getRequestURL() %>';
It can be done without ASP support. var key = location.href ; On Sat, Jan 28, 2012 at 5:28 PM, Rossko <[email protected]> wrote: > > var key ='<%= request.getRequestURL() %>'; > ... > > <c:set var="googlekey" > > value="AIzaSyA57QU7HgQXP1x_8Ye_VKrsgV4yyDS6ZFI"/> > > Does that stuff arrive in your browser? If only we could see your > problem page > > > setTimeout('',6000); > > What's that for? > > -- > You received this message because you are subscribed to the Google Groups > "Google Maps API V2" 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. > > -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
