Hi!
I have a search input field on the header of the page and when searched the result are displayed in an iframe, which also has the search input box on the iframe.
Problem is how do I go about reseting the input value in the iframe search input field?
It seem to remember the old search from the header, so when you do a search again i...
Can you help me with my problem regarding iframe because whenever the iframe is scrolled till end, and the user clicks a control inside the page within iframe, and page content is on the top of the page, the user needs to scroll up the Iframe just to see the content. Are there any properties that I can set or code that I can do so that ...
I'm writing a service (say, service.com) that provides a REST API to external apps running inside of IFrames. (These apps are hosted from domains outside the service.com).
I'm planning a javascript client library for the apps to make pure-javascript requests to the service.com REST API -- basically using postMessage and some ad-hoc en...
hey guys,
for developement reasons (working with facebook-connect) i put the connect iframe in an iframe. on that way i am able to work on the connect-thing independent of my ip and don't have to develop on the live-server.
the iframe holding the connect-button iframe is on my server, accessing the same db-server as the developer versi...
User clicks on URL hyperlink (http://example.com) within a iframe dialog window, dialog window closes and link is open in parent page.
how do you open the clicked link in the parent page instead of inside the iframe page?
...
We have a page the embeds a Google Calendar in an iframe. Recently, a warning box div began appearing on the calendar that looks like this:
<div id="warningBox" style="color:#aa0000;">Events from one or more calendars could not be shown here because you do not have the permission to view them.</div>
We don't want this box to show on ...
Hi everyone,
When you host Googles web search element on a page, a div is created which incorporates an iframe which points to a Google adsense ads page. However, if there are no ads for the specific query, Google somehow changes the class on YOUR domain to render the div (and iframe) invisible.
They are NOT using postMessage, as it al...
Background: I need to load ad scripts after the DOM has loaded. Because many of the scripts use document.write() and other potentially bad functions to run after the DOM has loaded, I want to load the scripts inside an iframe.
So when the ad needs to be shown, an event is triggered which does the following:
var iframe = documen...
So, in facebook, I cannot call myFrame.window to get the iframe parent window.
How can I do it?
What I'm trying archieve is: I have a popup (div) that will load a iframe.
And then in the iframe will have a button. Once people click the button inside the iframe, I want to close the popup(div).
Normally, I need to get the parent window....
the iframe version of likebox is by default over http.
the developer wiki on facebook says on
Using the Like Box with SSL
I should load the FacebookConnect script over https , I don't what the FacebookConnect script only the iframe.
I found that calling
https://www.facebook.com/plugins/likebox.php?#ALLMYPARAMETERS#
works and doesn't...
I'm trying to resize (make bigger or smaller) an iframe based on it's contents. After a click on each page a method is called which does the resizing.
In Chrome I can make the iframe bigger, but not smaller. document.body.scrollHeight is always the biggest value.
So if one big page sets #iframe.height = '620px', and someone clicks on ...
I have a web application, which uses Iframe. When I try to inspect element in IE developer toolbar, the Iframe node gets highlighted and it stops there. I can see an expand icon near the Iframe node. But when I double-click it, nothing happens.
After getting annoyed after many trial and errors, I tried testing it by creating a sample i...
I want to change the iframe source when something change in this iframe content, the iframe is in a different domian than the parent page. is this can be done or not?
I just need to add a hash to this iframe src, so that i can access this hash value from the parent page and do some stuff based on this value.
What i did:
In the iframe p...
The issue: The iframe won't load inside the <div id="shipnum"></div> tags on the review and submit page here (relevant HTML and javascript is also below):
https://checkout.netsuite.com/s.nl/c.659197/sc.4/category.confirm/.f
Login:[email protected]
pass:test03
To produce problem:
- Where it says "Your Third Party Shipper Numbers (To ente...
Let say, I have an iframe like that:
<iframe src='test.html'></iframe>
and in test.html, there is a button that will change its url to ...let say google.com
so, is there any way that the iframe knows there is a change in the src?
e.g. onchange or onload.. or whatever.
...
So I'm trying to use javascript to pop up a video, and need to know when I'm in an iframe so I can resize the video accordingly.
When outside the iframe, I see three alerts ('this is seen by both', 'not in iframe', and 'this is after the fact')
When in the iframe, I just see the first alert ('this is seen by both').
var handleViewVide...
Hi,
I need to refresh an iframe with asynchronous time intervals.
The asynchronous time interval is calculated in the server side. Also, the user shouldn't able to feel the refresh in the whole page. It is ok if he finds that the iframe is refreshing in certain intervals.
...
Is there a way to embed Google Spreadsheets editor with Compact controls (ctrl+shift+f) by default? Maybe there is some url parameter for it?
Or maybe there is ready js library to add simply row-by-row editor on page using Speadsheets API's list-based or table/records feeds?
...
Hi. This question isn't about popping up an iframe inside a Lightbox; rather, it's about an iframe on a page that can launch its own Lightbox-style box in the page that contains that iframe. I'm thinking this can't be possible, because the iframe contains the contents of the other URL and whatever Lightbox that URL launches has to fit wi...
Hello,
I need to have a (crossdomain) iframe with dynamic width and height.
My question is,
Can I create an iframe with 100% size and a transparent background that will show the parent of this iframe, behind it ?
Can I attach a css property or a transparent gif for the iframe background to make that effect ?
Thanks.
...