active questions tagged iframe - Stack Overflowmost recent 30 from stackoverflow.com2009-12-04T20:41:12Zhttp://stackoverflow.com/feeds/tag/iframehttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1691873/safari-chrome-webkit-cannot-hide-iframe-vertical-scrollbar1Safari/Chrome (Webkit) - Cannot hide iframe vertical scrollbarBrainCore2009-11-07T03:26:20Z2009-12-04T17:04:28Z
<p>Hello,</p>
<p>I have an iframe on www.mydomain.com that points to support.mydomain.com (which is a CNAME to a foreign domain). I automatically resize the height of my iframe so that the frame will not need any scrollbars to display the contained webpage. On Firefox and IE this works great, there is no scrollbar since I use <iframe ... scrolling="no"></iframe>. However, on webkit browsers (Safari and Chrome), the vertical scrollbar persists even when there is sufficient room for the page without the scrollbar (the scrollbar is grayed out). How do I hide the scrollbar for webkit browsers?</p>
<p>Thanks,</p>
<p>Ken</p>
http://stackoverflow.com/questions/35240/retrieving-http-status-code-from-loaded-iframe-with-javascript9Retrieving HTTP status code from loaded iframe with JavascriptJohn Millikin2008-08-29T20:31:27Z2009-12-04T16:09:16Z
<p>I used the jQuery Form plugin for asynchronous form submission. For forms that contain files, it copies the form to a hidden iframe, submits it, and copies back the iframe's contents. The problem is that I can't figure out how to find what HTTP status code was returned by the server. For example, if the server returns 404, the data from the iframe will be copied as normal and treated as a regular response.</p>
<p>I've tried poking around in the iframe objects looking for some sort of <code>status_code</code> attribute, but haven't been able to find anything like that.</p>
<p><hr /></p>
<p>The <code>$.ajax()</code> function can't be used, because it does not support uploading files. The only way to asynchronously upload files that I know of is using the hidden <code>iframe</code> method.</p>
http://stackoverflow.com/questions/1844803/problematic-iframe-which-embeds-google-map-with-route0Problematic iframe which embeds google map with routeMoreThanChaos2009-12-04T04:13:49Z2009-12-04T13:39:03Z
<p>I got iframe with googlemap containing static location of company headquoter, i used for this google generator, and all that works fine. </p>
<p>I got also to make possible creating routes from any location to that destinantion which is headquoter, so i picked random location, again generated iframe for this map. Everything worked fine when i hardcoded iframe with planned route, even when i changed start point name, route changes as well.</p>
<p>In the end, task i got, should be solved using one iframe, first it shows only headquoter and if user inputs location name then it shows route. Problem starts when i try to change iframe src using javascript, though i don't think that JS is problem here. </p>
<p>Unwanted behavuiur is when instead of map with route i get whole google maps page, with planning route from a to b, loaded into iframe. Where a is blank and b is filled with headquoter location though that the same src for iframe work fine when it is hardcoded.
What's more interesting when i switch back to map with one location everything is as it should be.</p>
<p>Is there anything i could do to load map with route properly?
I want to avoid using Google api</p>
<p>Thanks in advance</p>
<p>MTH</p>
http://stackoverflow.com/questions/1043193/fb-feed-dialog-not-asking-for-user-comments0FB Feed dialog not asking for user comments ?Tom2009-06-25T10:37:23Z2009-12-04T05:00:03Z
<p>Why FB Feed dialog below (iframe solution) is not asking for user comments on dialog, the dialog appears and post is sent</p>
<pre><code> function callback() {
alert("Thank you");
}
function showFeed() {
FB_RequireFeatures(["XFBML"], function(){
FB.Facebook.init('kkkc', '/facebook/xd_receiver.htm', null);
FB.ensureInit(function() {
var tpl_data ={"images":[{"src":"logo.gif","href":"kkk"}],"city":" "};
var user_message_prompt = "What do you think of this ?";
var user_message = {value: "write your comments here"};tData= {};
FB.Connect.showFeedDialog(439384, tpl_data, null, null, null,
FB.RequireConnect.require, callback,user_message_prompt, user_message);
</code></pre>
<p>(added extra null to code, still not working !)
NOTE: with Firefox the dialog seem to remain as blank when clicking Next, until closing from upper corner X.</p>
http://stackoverflow.com/questions/1844189/iframe-hiding-loading-makes-it-invisible-in-ie6-yui-library0Iframe hiding/loading makes it invisible in IE6 (yui library)Romario2009-12-04T00:57:50Z2009-12-04T00:57:50Z
<p>I don't know if this is just IE IFrame bug or it is something related to yui, I think that it happens when you load something into IE6 iframe while it is invisible (it needs to be hidden) - the content becomes invisible, even though it takes space. </p>
<p>Here is the example
To see the problem just load the page in IE6, click "New Tab" button and quickly switch back to first tab. Wait a bit for the site to load. If you inspect the page, you will see that the content loaded but it is invisible.
You can substitute the website name to any slow-loading website (so you can switch before it finishes loading).</p>
<pre><code><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.8.0r4/build/fonts/fonts-min.css" />
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.8.0r4/build/tabview/assets/skins/sam/tabview.css" />
<script type="text/javascript" src="http://yui.yahooapis.com/2.8.0r4/build/yahoo-dom-event/yahoo-dom-event.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/2.8.0r4/build/element/element-min.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/2.8.0r4/build/tabview/tabview-min.js"></script>
<script type="text/javascript">
var tabView;
YAHOO.util.Event.onContentReady("yahoo-com", function () {
tabView = new YAHOO.widget.TabView("about");
});
function openNewTab(url, name){
var newTab = new YAHOO.widget.Tab({
label: name,
content: '<iframe src="' + url + '"/>',
active: true
});
tabView.addTab(newTab);
}
</script>
</head>
<body class="yui-skin-sam" id="yahoo-com">
<button type="button" onclick="openNewTab('http://www.slowfoodusa.org', 'Slow Loading Tab');" >New Tab</button>
<div id="about" class="yui-navset">
<ul class="yui-nav">
<li class="selected"><a href="#tab1"><em>Dictionary</em></a></li>
</ul>
<div class="yui-content" id="content">
<div id="tab1">
<iframe src="http://apple.com" frameborder="0"></iframe>
</div>
</div>
</div>
</body>
</html>
</code></pre>
http://stackoverflow.com/questions/1844011/post-data-to-iframe-on-javascript-load-for-widget0post data to iframe on javascript load for widgetpedalpete2009-12-04T00:10:15Z2009-12-04T00:24:58Z
<p>I have a little widget which has quite a few customizable options. The widget is currently retrieved by a combination of javascript creating an iframe, and the iframe contains a bunch of javascript and jquery to build the page. </p>
<p>I can't add the complexity of conflicting javascript to the embed page, that is why i build an iframe, and run the widget within that. </p>
<p>However, I am a bit concerned about the length of variables may be too long, and might fail in "Get". </p>
<p>Is there a way to send the src of the iframe with the variables in a POST?
There is no form which gets submitted. The page within the iframe is written in php. </p>
<p>Here's how my javascript builds the page currently. </p>
<pre>
<script type="text/javascript">
var myWidget_config = {
key: 'your api key',
start: 'a test',
backgroundImage: 'http://background image if the user wants one',
optionLink: 'http://optional link to the embeds site',
mainText: 'fff',
subText: '404040',
linkText: '0D1C5D',
showColor: '',
altBackColor:'',
BorderColor:'3667C1',
height: '400px',
width: '',
resultsPerPage: '3'
}
</script>
<script type="text/javascript" src="http://mysite/scripts/setWidget.js"></script>
</pre>
<p>The 'setWidget.js' page looks like this</p>
<pre>
var query='';
for(var key in myWidget_config)
query += '&'+key+'='+encodeURIComponent(myWidget_config[key]);
document.write("<iframe frameborder="0" src="http://localhost/widgets/module.php/?'+query+'" width="'+myWidget_config.width+'" height="'+myWidget_config.height+'" scrolling="no"></iframe>');
</pre>
<p>This is only running locally, so I can't show you a link.</p>
<p>Is there a nice clean way for me to send the variables to the php page via post, or other method which would be better than just appending the query to the src string?</p>
http://stackoverflow.com/questions/1818085/sifr-not-showing-until-all-javascript-has-executed0sIFR not showing until all javascript has executed?Matt Connor2009-11-30T06:09:20Z2009-12-03T22:37:05Z
<p>I am using sIFR on a page which I am loading into an iframe, and using a javascript in the parent window which constantly polls the iframe to see when it changes height (ie. when you click a link in the iframe page and it has a different height than the previous page). Anyways, the problem is that sIFR doesn't seem to show the rendered text until the entire page/script has executed so when the page is first loaded and the javascript is waiting for the iframe to change height, there is no text. As soon as the iframe changes height however (ie. I click a link within the iframe), the javascript finishes and the sIFR rendered text shows up. Is there a way to allow sIFR to render before the page/scripts have finished running?</p>
http://stackoverflow.com/questions/1835285/iframe-facebook-application-and-cookies-internet-explorer0Iframe Facebook application and cookies [Internet Explorer]Joe P2009-12-02T19:36:08Z2009-12-03T19:09:14Z
<p>I have downloaded the IBM <a href="http://en.wikipedia.org/wiki/P3P" rel="nofollow">P3P</a> editor, created files and uploaded them to my server. And cookies are still not recognized in Internet Explorer. I've checked the P3P validation tool and it seems to validate.</p>
<p>The application can be viewed here: <a href="http://apps.facebook.com/naplesnews" rel="nofollow">apps.facebook.com/naplesnews</a> and the iframe points to <a href="http://www.naplesnews.com/facebook/app/" rel="nofollow">www.naplesnews.com/facebook/app/</a>.</p>
<p>Again <a href="http://www.naplesnews.com/facebook/app/" rel="nofollow">www.naplesnews.com/facebook/app/</a> seems to validate with no issues as well.</p>
<p>Any idea what I'm missing here?</p>
http://stackoverflow.com/questions/1840349/how-can-i-get-a-session-timeout-page-to-bubble-up-out-of-an-iframe0How can I get a session timeout page to bubble up out of an iframe?Chris Conway2009-12-03T14:47:51Z2009-12-03T14:57:35Z
<p>I've got a web app in asp.net that uses an Infragistics control for making tabs. Each tab is an iframe, which is nice because only the current tab's page is rendered instead of rendering all of the tabs.</p>
<p>However, when a page times out within one of the iframes, only that iframe redirects to the login page instead of the whole window. Is it possible to bubble this up somehow to have the whole site redirect to the login page instead of just the iframe?</p>
http://stackoverflow.com/questions/1648594/print-iframe-content-in-opera-and-chrome3Print iframe content in Opera and ChromeUnholy2009-10-30T08:23:40Z2009-12-03T13:08:06Z
<p>I'm trying to print iframe content.</p>
<pre><code>contentWindow.focus();
contentWindow.print();
</code></pre>
<p>This code works in IE, Firefox and Safari. But don't work in Chrome and Opera. These browsers print entire page.</p>
<p>I tried to use this topic <a href="http://stackoverflow.com/questions/472951/how-do-i-print-an-iframe-from-javascript-in-safari-chrome">http://stackoverflow.com/questions/472951/how-do-i-print-an-iframe-from-javascript-in-safari-chrome</a>. But it didn't help me.</p>
<p>Could someone help me?</p>
http://stackoverflow.com/questions/1794974/using-js-how-can-i-stop-child-iframes-from-redirecting-or-at-least-prompt-users2Using JS how can I stop child Iframes from redirecting or at least prompt users about the redirectRitesh M Nayak2009-11-25T06:05:56Z2009-12-03T09:35:05Z
<p>Many sites have scripts similar to the one below. These are put to stop other people from framing the sites. </p>
<pre><code>if (top.location != location) {
top.location.href = document.location.href ;
</code></pre>
<p>}</p>
<p>I need some way to realize that the iframe is trying to redirect, and if it is , I will remove the iFrame and instead place a link to the site. This way, I don't violate the usage policy of the framed website and also link to the site. I understand you can use the onbeforeunload event as discussed <a href="http://stackoverflow.com/questions/752465/preventing-child-iframe-from-breaking-out-of-frame">here</a> and <a href="http://stackoverflow.com/questions/958997/frame-buster-buster-buster-code-needed">here</a> but both seem really unethical. I remember reading somewhere about a library that does the exact same thing (digg does the same thing). Any leads? </p>
http://stackoverflow.com/questions/1837121/howto-prevent-iframing-w-whitelist0Howto Prevent IFraming w/ WhitelistPHP-Steven2009-12-03T01:36:28Z2009-12-03T04:42:44Z
<p>I'm creating some IFrameable content. We want the user to be able to IFrame this page, but only from a set list of domains.</p>
<p>Is there anything that we can check to see what the domain name of the parent page is?</p>
<pre><code>if (top != self) { top.location.replace(self.location.href); }
</code></pre>
http://stackoverflow.com/questions/1833451/javascript-multiple-file-upload-sequentially-one-at-a-time1Javascript Multiple File Upload, Sequentially One at a TimeJosh Stodola2009-12-02T15:02:01Z2009-12-02T22:10:22Z
<p>We have a form with five <code><input type="file"/></code> elements that is in production and working great. We get request timeouts and MaxRequestLength exceeded errors on occasion. To prevent these errors, I planned to write some Javascript to upload the files one-at-a-time instead of all at once. Here is how I planned on doing this...</p>
<ol>
<li>On document.ready, inject a hidden iframe into page</li>
<li>Change the <code><form></code> to target the iframe</li>
<li>Disable all elements on the form (which prevents them from being POSTed)</li>
<li>Enable one file-upload at a time and submit the form</li>
<li>Wait for the response from the server</li>
<li>When server response is printed into iframe, start the next upload</li>
<li>When all uploads are done, refresh the page, which will invoke some server-side logic that populates a grid.</li>
</ol>
<p>My problem is with number 5. Normally I think I could figure this out no problem, but I am just having one of those days where my brain is on strike. Here is my code thus far...</p>
<pre><code>$(function() {
$("<iframe/>").attr("src", "test.htm").attr("name", "postMe").hide().appendTo("body");
$("form").attr("target", "postMe").submit(function(e) {
e.preventDefault();
$("#btnSubmit").attr("disabled", "disabled").val("Please Wait, Files are Uploading");
for(var i = 1; i < 6; i++) {
$("input[type=file]").attr("disabled", "disabled");
$("#FileUpload" + i).removeAttr("disabled");
$("form")[0].submit();
// HELP!!!
// How do I wait for server before next iteration?
}
location.reload(true);
});
});
</code></pre>
<p>What kind of construct do I need here in order to "wait" for the server response before kicking off the next upload?</p>
http://stackoverflow.com/questions/1646024/javascript-iframe-busting0JavaScript iframe bustingmd5sum2009-10-29T19:31:58Z2009-12-02T19:29:04Z
<p>In certain conditions, I have a web page that gets opened in an iframe. When it's loaded into that iframe, I need it to set the window location to a resource to download a file (all of this in an attempt to make an update for a GreaseMonkey script... all legit, btw). Unfortunately, when I do:</p>
<pre><code>top.location.href = "http://userscripts.org/...";
</code></pre>
<p>I get an error stating that top is null. when using "window" in place of "top", firefox loads my script text into the iframe, but GreaseMonkey is unable to detect it as an update for some reason. Is there another method to setting the window's location that I've missed somehow?</p>
<p>Edit: The users of my script visit a specific business's page (first). My script is loaded into that page using a firefox plugin called GreaseMonkey. My script creates an iframe on the visited page, and loads my page (second) into that iframe. GreaseMonkey then loads my script onto my page, which checks a value on my page to see if the script has been updated. If the script has been updated, I need to navigate my users away from the site that they originally visited (noted as "first"), and to another (third) site (userscripts.org). Hopefully this clears up some confusion.</p>
http://stackoverflow.com/questions/1832669/iframe-access-updated-content-firefox-issue0IFrame access updated content Firefox issueroger3332009-12-02T12:39:58Z2009-12-02T12:39:58Z
<p>The src file of my iframe has 3 textboxes. Entering 2 values in the first 2 textboxes displays the sum in the 3rd textbox. The sum calculation AND display is done using javascript inside the src file.
Frame1.contentWindow.document.body.innerHTML in Firefox gives the src file's content and not the updated content (that is, with the values in the textboxes).
Is there a way to access the 'updated' iframe content?</p>
http://stackoverflow.com/questions/1524639/how-to-trigger-onload-event-when-downloading-a-file-in-an-iframe0How to trigger onload event when downloading a file in an iframe?David Parunakian2009-10-06T09:54:00Z2009-12-02T10:49:32Z
<p>Suppose we have the following HTML file:</p>
<pre><code><html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Test iframe download</title>
<script type="text/javascript">
var init = 0;
function download() {
document.getElementById("dload_frame").src = "http://example.com/dload.py";
}
function alert() {
if (init == 0) {
init = 1;
}
else {
document.getElementById("alert_span").innerHTML = "Got it!";
}
}
</script>
</head>
<body>
<span id="alert_span">Main content.</span><br/>
<input type="button" value="Download" id="btn" onclick="download()" />
<iframe id="dload_frame" src="http://404.com/404" onload="alert()"> </iframe>
</body>
</html>
</code></pre>
<p>Now, if the URL to which iframe's src is being rewritten to (in this case - "http://example.com/dload.py") returns HTML, no problem: the onload event fires, the span's contents are replaced, everybody's happy.</p>
<p>However, if the content type of the file returned by the URL is set to something that forces the browser to open the save file dialog, the iframe's onload event never fires.</p>
<p>Is there any workaround? Using iframes isn't necessary, the desired behavior is to launch a callback after the browser begins downloading the supplied file.</p>
http://stackoverflow.com/questions/1828083/getting-a-collection-of-every-iframe-on-a-web-page0Getting a collection of every IFRAME on a web pageGigglymesh2009-12-01T18:46:56Z2009-12-02T09:08:57Z
<p>Hello and thanks for taking the time to read my question!</p>
<p>I am currently trying to automate some basic functionality in internet explorer for a few cases where the currently employed method does not work. To do this i am (due to the knowledge of the people i work with) creating some VBScript that uses the IE automation object. </p>
<p>I set out to create a small library that would allow a user to call a function with a an array attached that would contain attributes and expected values and would look through all the elements ont the screen and compare them to what the user wanted from his object and then once you had found the first match would return that element so that you could for example call .Click() on the object so that you would click on a link.</p>
<p>The problem i have run into is that my library to get the collection of all the objects on the screen uses the .All function of the Document that i have got from creating my IE window and this appears to have a severe limitation of not being able to drill down into IFRAMES that appear in that document so in mnay cases elements that are on the screen can not be identified as they exist in one of these iframes.</p>
<p>My idea was to get a collection of every iframe that exists in the web page and then turn that into an array of Documents and then i could iteratively search each one for the element that i wanted until i found it. The issue im having is how to get a hold of every IFRAME on a web page as it appears that in the AUT that IFRAMES can have more IFRAMES in them! My brain is telling me that recursion is going to be the answer but i for the life of me cant figure out how to make it work and am now in such a mood with myself that its becoming hard to think about anything without a pain.</p>
<p>Just because i talk about vbscript in this post i would not necessarily need a solution in that language as im sure i would be able to battle through converting it from one language to another! </p>
<p>Thanks for any help anyone can give me!</p>
http://stackoverflow.com/questions/754519/how-does-the-diggbar-dynamically-resize-its-iframes-height-based-on-content-not2How does the DiggBar dynamically resize its iframe's height based on content not on their domain?Mithrax2009-04-16T02:23:14Z2009-12-02T01:36:50Z
<p>Someone has already asked, <a href="http://stackoverflow.com/questions/736730/how-does-the-diggbar-work">How does the DiggBar work?</a> in a previous question.</p>
<p>While someone provided a decent answer it didn't address one thing: </p>
<blockquote>
<p>How does Digg dynamically resize their
iframe's height, based on the content
of a site across a different domain?</p>
</blockquote>
<p>There are plenty of questions and answers here on SO for dynamically adjusting an iframes height based off content (using javascript) <strong>as long as the framed url is on your own domain.</strong> However, Digg seems to have solved this problem with websites of any domain.</p>
<p>Do any SO web programmers have any idea how they accomplished that?</p>
<p>Note: The iframe is NOT simply set to 100% height. The iframe tag simply does not work like that. Google "100% height iframe" and you'll see what I mean.</p>
http://stackoverflow.com/questions/1658828/iframe-include-php-file-in-flash-fla-file0iframe/include php file in flash (FLA file)Manny Calavera2009-11-01T23:53:30Z2009-12-01T15:22:17Z
<p>Hello. How can I load a PHP file into a flash movie ? I need an iframe in Flash or something...</p>
<p>Can anybody post some examples ? </p>
<p>Thank you.</p>
http://stackoverflow.com/questions/1825101/how-to-add-dynamic-html-content-to-a-servlet-at-run-time0How to add dynamic html content to a servlet at run time?Ritesh Sharma2009-12-01T09:43:35Z2009-12-01T09:43:35Z
<p>I've an HTML text which i want to display on servlet. This servlet already has some text fields, forms etc. Whenever I try to add this HTML text, servlet get distorted. </p>
<p>I used IFrame to populate the HTML text but :-(. </p>
<p>Please suggest how I can do this?</p>
http://stackoverflow.com/questions/1821879/dropdownlist-losing-items-on-postback-in-iframe0DropdownList losing items on postback in iframe.WesleyJohnson2009-11-30T19:28:51Z2009-11-30T20:22:38Z
<p>Having a very strange issue regarding postback in ASP.NET. I have page dynamically populating DropdownLists on Page_Load, only if it's not a postback. I also have several textboxes on the page for user input.</p>
<p>If I postback, either by clicking a submit button or via a SelectedIndexChanged event, the textboxes maintain their values, but the DropdownLists lose all their items - but only IF the page is loaded via an iFrame. If I load the page directly, everything works fine. If I load it via an iFrame, everything but the dropdowns works.</p>
<p>Has anyone run into this behavior before? I don't think it matters, but I'm on Windows7, IIS7, ASP.NET 3.5 and browing with IE8. ViewState is enabled, which is apparent from the textboxes having their values persisted. The ASP.NET page is in a WebApp hosted on localhost. The containing page, with the IFrame tag is just a dummy HTML file sitting on my desktop for testing. Is this perhaps just an IE security issue?</p>
<p>UPDATE:
I actually just moved the "dummy" container page into the Webapp and it seems to work fine, even via the iFrame. Still, I'd like to know why this is happening if the containing page is outside the Webapp as I intend on having people load the page in and iFrame via other domains..</p>
http://stackoverflow.com/questions/1519425/javascript-equivalent-of-asp-preinit-event0javascript equivalent of ASP preInit eventPankaj Kumar2009-10-05T11:03:03Z2009-11-30T13:27:01Z
<p>Hi guys,</p>
<p>searching for this has yielded no resuts..</p>
<p>i have a middle page that has an iframe and all the pages open in that iframe...i have to implement a chat system just like in Google and so to ensure that the chat windows did not close whwn the page would postback i am opening all pages in iframe....</p>
<p>this is a social networking site and user can have themes which have background images per theme</p>
<p>now when i visit a friends profile the backgrounf image of the middle page should change...</p>
<p>i have this code to find parent of iframe and change background image</p>
<pre><code>$(document).ready(function(){
var theme=document.getElementById("ctl00_decideFooterH").value;
var t= parent.document.getElementsByTagName("body");
if(theme=='basicTheme'){
t[0].className="basic";
}
else if(theme=='Tranquility')
{
t[0].className="Tranquility";
}
else if(theme=='AbstractPink')
{
t[0].className="abstractPink";
}
});
</code></pre>
<p>and this code is the master page that all child pages that would open in iframe would access..the trouble is that <strong>there is a lag between the theme application on server side(which happens at PreInit) and the background image change which is done by this document.ready that gets executed after the iframe has loaded.</strong>.</p>
<p>so essentially i need a javascript function that would either execute parallel to PreInit or some other logic....so guys plz help its urgent</p>
http://stackoverflow.com/questions/1819666/change-value-of-element-inside-iframe-after-onclick-event-with-javascript0Change value of element inside iframe after onclick event with javascriptMarcosPri2009-11-30T12:54:14Z2009-11-30T13:02:06Z
<p>I have some elements inside an iframe with an onclick event associated, something like:</p>
<pre><code><iframe>
...
<input type="text" onclick="somefunction(this)"/>
...
</iframe>
</code></pre>
<p>In the function called I try to change the value of the input, nothing special:</p>
<pre><code>{
...
foo.value = "changed!"
...
}
</code></pre>
<p>At this point I can see in firebug that the value has changed but when the function finish the value doesn't change at all.</p>
<p>The same kind of thing with an onmouseover seems to work.</p>
<p>Any ideas?</p>
<p>Thanks.</p>
<p>Edit: Change code mistake</p>
http://stackoverflow.com/questions/1818577/jquery-js-import-to-iframe0jquery js import to iframeContra2009-11-30T08:50:29Z2009-11-30T10:07:40Z
<p>I have a page that uses jquery ui's tabs. Each tab content is an iframe with a local page in it. These local pages have been importing their own jquery.js when their parent also have jquery.js imported. </p>
<p>Is there any way i can use the parents jquery inside the iframes, so I dont have to add jquery.js to every single page inside the iframe?</p>
<p>I know parent.$ may work, but I dont want to call parent on every function. Can i instantiate the jquery object from the parent?</p>
http://stackoverflow.com/questions/1818275/how-to-pass-session-value-to-external-js-file0how to pass session value to external js filesumit2009-11-30T07:11:59Z2009-11-30T08:27:29Z
<p>i got two pages upl.aspx and datalist.aspx</p>
<p>i have got iframe in upl.aspx page which loads datalist.aspx</p>
<p>now i am creating a session on radiobutton click whiich is inside datalist
i want to pass this session value to external js file so that
now i have a function Hidee() in uploo.aspx page which can show its value</p>
<p>HOW TO DO THIS??</p>
<p>here is my code for up1.aspx</p>
<pre><code><a onclick="Hidee();" style="cursor: pointer">close</a></div>
<iframe id="frame1" frameborder="0" name="frame1" src="datalist.aspx"></iframe>
</code></pre>
<p>this is from datalist.aspx in which i have my datalist</p>
<pre><code><td align="center" >
<asp:RadioButton ID="rdb" runat="server" CssClass="radio" AutoPostBack="True" OnCheckedChanged="rdb_click" />
<asp:HiddenField ID="HiddenField1" runat="server" Value = '<%#Eval("FileName")%>' />
</td>
</tr>
</code></pre>
<p>here is codebehind datalist.cs</p>
<pre><code>public void rdb_click(object sender, EventArgs e)
{
string value = "";
for (int i = 0; i < DataList1.Items.Count; i++)
{
RadioButton rdb1;
rdb1 = (RadioButton)DataList1.Items[i].FindControl("rdb");
if (rdb1 != null)
{
if (rdb1.Checked)
{
HiddenField hf = (HiddenField)DataList1.Items[i].FindControl("HiddenField1");
value = hf.Value.ToString();
}
}
}
Session["Background1"] = value;
Label2.Text = value;
}
</code></pre>
<p>and in my external javascript i have function Hidee();</p>
<pre><code>function Hidee()
{
var div2 = document.getElementById( "divframe1" );
div2.style.display = "none";
var div3 = document.getElementById( "aa" );
div3.style.display = "block";
var session ='<%= Session["Background1"] %>';
alert("you have selected" + session);
}
</code></pre>
http://stackoverflow.com/questions/1695616/how-to-gracefully-handle-iframe-breaker0How to gracefully handle iframe breaker?Mickey Cheong2009-11-08T07:01:17Z2009-11-29T19:00:04Z
<p>Hi,</p>
<p>I understand that there is no way to kill the iframe breaker... However, I was wondering, is there a way to gracefully handling it. </p>
<p>So far, I managed to detect it before exiting, using <code><body onunload="function();"></code>. I was wondering whether it is possible to prevent it from loading the iframe or force it to open in the new window, etc. </p>
<p>Cheers,
Mickey</p>
http://stackoverflow.com/questions/1129639/how-to-prevent-iframe-hack0How to prevent Iframe hackKombuwa2009-07-15T06:01:07Z2009-11-29T15:33:34Z
<p>my site is hosted in lunarpage and it geting hacked in from few month.
i have done all things some of site saying (changing password like).
finally 2 weeks ago i have blocked all ranges of Chinese ips.
but today it again hacked.
is there is any way to prevent Iframe hack?</p>
http://stackoverflow.com/questions/1483001/facebook-app-js-api-with-iframe-example0Facebook app JS API with iFrame example?Zeno2009-09-27T07:18:51Z2009-11-29T10:00:03Z
<p>I have a Facebook app set as an iFrame, pointed to a file on my own server. I followed <a href="http://wiki.developers.facebook.com/index.php/JavaScript%5FClient%5FLibrary" rel="nofollow">http://wiki.developers.facebook.com/index.php/JavaScript%5FClient%5FLibrary</a> and the first example, but nothing shows up in the Error Console on Firefox or the textarea. The other non-Facebook stuff in this file works.</p>
<p>What's a simple example using the Facebook JS API to display the name of the person logged in? This is in an iFrame, so I can't use the easy FBML stuff.</p>
http://stackoverflow.com/questions/1653231/do-i-need-to-namespace-my-javascript-code-if-its-in-an-iframe0Do I need to namespace my JavaScript code if it's in an <iframe>?Bungle2009-10-31T02:45:09Z2009-11-29T05:23:43Z
<p>If I write some JavaScript that runs in an <iframe> (which is dynamically created and added to the DOM with JavaScript, if that matters), is it isolated from the global namespace of its parent page, or are conflicts still possible?</p>
<p>I did some Googling and came across this page, but I can't really make sense of what he's doing here, or if it applies to exactly what I'm trying to determine/accomplish.</p>
<p><a href="http://dean.edwards.name/weblog/2006/11/sandbox/" rel="nofollow">http://dean.edwards.name/weblog/2006/11/sandbox/</a></p>
<p>I'm creating a widget that will live on unknown host pages; it's a <script> that inserts an <iframe> on the page, then creates a document that loads some external scripts and inserts that document into the dynamically created <iframe>.</p>
<p>Basically, I just want to avoid conflicts with any global variables on the host page; I don't want any JavaScripts that I write or load in the <iframe> to conflict with anything on the host page.</p>
<p>If using an <iframe> doesn't automatically protect me, can anyone recommend an approach that will isolate any <script>s running in the <iframe>?</p>
<p>Thanks in advance for any guidance.</p>
http://stackoverflow.com/questions/1809558/communicating-with-parent-facebook-fbml-page-from-iframe-local-page0Communicating with parent (Facebook FBML Page) from iFrame (Local page)Talonzor2009-11-27T16:10:47Z2009-11-27T16:10:47Z
<p>Hi,</p>
<p>I'am currently developing a Facebook application which has a iFrame in it. The iFrame loads a Java applet (So the FBML Page is just a wrapper for header footer and the FBML functions).</p>
<p>The current situation is, for example, the Java applet has a event (User finished playing a game) and it does a javascript call on the iFrame page. What it then needs to do is call a javascript in the parentwindow (Facebook.streamPublish()) so that the user gets the ability to publish his score / event / win / loss whatever.</p>
<p>iFrame code on FBML Page :</p>
<pre><code><fb:iframe id='appletIframe' frameborder='0' resizable='true' scrolling = 'no' name='appletIframe' src='appletPage.php'></fb:iframe>
</code></pre>
<p>Every time i try to communicate with the parent, i get a access denied because it is a cross domain call. I wonder if its possible with Facebook.connect or some other technique to make calls to the parent or if there is any other way. If a user finishes a game, there should be a minimal delay between the iFrame call and Parent call. </p>
<p>The reason i do the applet in the iFrame is, because the applet is deployed by deployJava (Class distributed by Sun) and if i run that on a facebook FBML Page, the Javascript navigator class will get appended (a_navigator) and it wont run.</p>
<p>I hope i was clear enough in the description, anyone have any idea's?</p>
<p>Thanks in advance for the help,</p>
<p>Michael</p>