Maybe put the static map inside: <noscript> <img src="..." /> </noscript>
That should put the image there if javascript is disabled/unavailable. Though I've never used iframes so not sure that <noscript> works with them. Would definitely work with a <div>. You put that inside <iframe> ... </iframe> and it only appears if javascript isn't available. Like this: <iframe src="..."> <noscript> <img src="..." /> </noscript> </iframe> (The slash at the end of the img tag is for XHTML doctype instead of HTML) Hope that works for you! -Brian drt wrote: > On Jul 28, 5:31 pm, drt <[email protected]> wrote: > .... > > I still owe you and I will add a link to your site when I update my > > blog. BTW, I love the quote on your profile. :-) > > > > Thank you, > > > > Aris/ > > Ralph, > > I still have one last question. Some of the old browser could not > display google map and I would like to display a static image in the > place of the map in that case. What should I use as my filter if the > browser can't display google map and the page only display the static > image? Here is the landing page to our church website that I'd like to > use: > http://www.goodshephsv.org/newindex3.htm > I don't want to display both of them. If the map can't be displayed > then the static image shows up. Otherwise, I'd like to display the new > map. > Any suggestion? > > Thanks, > > Aris/ > ps: I have added a link to your easypage site on my blog that I just > updated today. I prefer to use this address to get it ranked rathen > than giving out a direct link. :-) > http://www.rsshugger.com/www.atanone.net > You can click on the site title A Tanone dot net to see your link on > the Links at the sidebar two. I'm glad I finally did it. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
