On Dec 2, 6:34 pm, thebrianschott <[email protected]> wrote: > Rossko, > > I cannot figure out if <iframe> does what I need, nor how to implement > it. > > My app code is as follows. > > <div id="map" style="width: 700px; height: 500px"></div> > ... > var map = new GMap2(document.getElementById("map"), > {draggableCursor:"default"}); > > Is <iframe> used in my code or in the user's webpage code? If it is > used in my code, does it replace the <div></div> or what?
For an example go to http://maps.google.com Click "link" in the upper right hand corner Look at the html they provide for the second option: "Paste HTML to embed in website": <iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/..." style="color:#0000FF;text-align:left">View Larger Map</a></small> Replace the src= with a link to your map... -- Larry > > On Dec 2, 8:03 pm, Rossko <[email protected]> wrote: > > > For minimal effort, investigate <iframe> -- 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.
