I want the iframe on the map to resize to the page that i am loading
inside the iframe.
On Oct 20, 12:13 pm, "Michael Geary" <[EMAIL PROTECTED]> wrote:
> What do you mean by "overflow this iframe"? You can't get iframe content to
> display outside the bounds of the iframe, if that's what you're trying to
> do.
>
> -Mike
>
>
>
> > From: Ivan
>
> > This code doesnt seem to be working also. Does anyone know how to
> > overflow this iframe. I created this iframe within a div container
> > which is set to auto but doesnt overflow
>
> > var container = document.createElement("div");
> > container.setAttribute("margin","0");
> > container.setAttribute("border","0");
> > container.setAttribute('height', 'auto');
>
> > var hyperlink = document.createElement('iframe');
>
> > hyperlink.setAttribute('src', 'php/main.php');
> > hyperlink.setAttribute('frameborder', '0');
> > hyperlink.setAttribute('width', '200px');
> > hyperlink.setAttribute('height', 'auto');
> > hyperlink.setAttribute('marginheight', '0px');
> > hyperlink.setAttribute('marginwidth', '0px');
> > hyperlink.setAttribute('scrolling', 'no');
> > container.setAttribute('overflow', 'auto');- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---