> I know about the <noscript> tag. Are you suggesting that I put markup > to display the map and directions from the Static Maps API and > Directions API into a <noscript> element? Or just a link to a separate > page that will display the map and directions without javascript? And > is this really the best way?
That's up to you. As scripting isn't available I cannot think of many other ways to go about it; although one might be to include your no-script content as normal markup and then write scripting to remove it (no scripting, content is preserved). Thats a bit clumsy when a tool is already provided for the job - but can be used to deal with the situation where a browser does have some script abilities, but not enough to run the API. -- 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.
