I have a page with an iframe and would like to extract a DOM node from the child frame and put it on the parent page. This works in Firefox (3.5), but not in Internet Explorer (7).
I\'m having trouble with an iframe-related issue. I have a document (parent) with an iframe (child). If the parent document calls a function in the child which changes the childs url using window.loca
Is it possible to change the style of the scrollbars of on iframe? i tried to style it by using the following code but it doesnt seem to work
I am using @font-face on a site I am working on, and all is working perfectly cross-browser until I use a modal window to display an iframe.
We are looking at integrating a full-blown GWT (Google Web Toolkit 2.0) application with an existing ASP.NET 3.5 application.My first gut reaction is that this is a horrible frankenstein idea.However,
Is it possible to disable right click on an iframe? I know it might bepossible if the file in the iframe reside开发者_如何学Gos in the same domain,but i was wondering if it could be done if the file
I currently have a primary Java Web App Project which houses some Servlets, JSPs and static HTML pages. Later on, I also created a second Eclipse Google Web Toolkit Project (GWT). Now, after finishing
A 3rd party script on my web page creates an iframe. I need to know when this iframe is ready, so I can manipulate its DOM.
I\'m trying to achieve an effect of content sliding (and easing) in a men开发者_运维百科u button when it is clicked. It would be for a normal site with different content (gallery, portfolio, videos, e
I have a script which is purely JS which takes code and inserts it into an iframe: var html = \"<p>Some <strong>HTML</strong> to insert</p>\"