iframe

Not able to load a webste in iframe

I am building an ASP.NET 3.5 application in which I have a page which loads another page in a different domain in an iframe. Below is the for Default.aspx page: <asp:Content ID="Content1" ContentPlaceHolderID="mainContent" runat="server"> <iframe src="isite.aspx" runat="server" width="100%" height="100%" scrolling="auto"> </if...

Internet Explorer Iframe cookie issue

I am building an ASP.NET 3.5 application in which I have a page which loads another page in a different domain in an iframe. Below is the for Default.aspx page: <asp:Content ID="Content1" ContentPlaceHolderID="mainContent" runat="server"> <iframe src="isite.aspx" runat="server" width="100%" height="100%" scrolling="auto"> </if...

Iframe 3rd party cookie issue in interner explorer

I am building an ASP.NET 3.5 application in which I have a page which loads another page in a different domain in an iframe. Below is the for Default.aspx page: <asp:Content ID="Content1" ContentPlaceHolderID="mainContent" runat="server"> <iframe src="isite.aspx" runat="server" width="100%" height="100%" scrolling="auto"> </if...

How does Yahoo Mail make the back button traverse through previous clicks in their UI?

Try the following case: Log on to Yahoo Mail. Click Inbox. Click Drafts. Click Sent. Click Spam. Click Trash. Observe the browser's back history menu -- these different "pages" are not listed. Now click back button multiple times-- the browser cycles through each of previously clicked "pages". (Note that "Forward" button is not availab...

redirect an iframe

is it possible to redirect an iframe to display the content of the frame after 2 seconds in a full window(same window, not a new one). I hope for a PHP solution. ...

IFrame with facebook tabs

Hi there, I want to get iframe application but on top of it, would love to put tabs. and iframe are not really seem compatible. Do you guys know any work around this? Thanks, Ebe ...

How to set sound volume to 0 in IFrame ?

I have the following line in my Html file, which displays a video feed, how do I set sound volume to 0 in IFrame ? So that when the page is first loaded, there is no sound. <iframe src="http://onionz.co.cc/ain.php?psid=1626397" id="player" scrolling="no" frameborder="no" align="center" Width=588 Height=351></iframe> Is there a paremet...

Get URL of link clicked inside frame/object

So, I have a page (page1.html) and then I have an iframe or object serving up some other page (page2.html) within that page... What I want/need is when the user clicks a link inside the iframe (page2.html) i need a way for page1.html to recognize that the iframe href has changed because the link is loaded into the iframe. There is no o...

Content do not appear in iframe until i use the edit button in firebug

Its getting me crazy in FF. I tried the same page in Chrome and content appears instantly. I have an iframe that is loading a chart from another page. The problem is that the chart do not appears until I inspect the element and click on the edit element button. Once I add space after the src property in the html code (see below for bet...

How to pull data from xml (in iframe) ONTO parent w/ dynamic folders

After reading through nearly 100 posts on this site trying to find someone that asked something similar to what I needed I gave up and decided to just ask myself. Forgive the rest of this post as it will probably sound stupid to experts.. but here goes I am trying to set up a sort of "live demo" for css styles that I create. The idea is...

How to set an element of another iframe?

hi all, I am trying to set element from one iframe to another. window.iframes["test"].document.getElementById('lDownload').setAttribute('target',"_blank") //document.getElementById('lDownload').setAttribute('target',"_blank") window.iframes["test"].document.getElementById('lDownload').setAttribute('href',downloa...

How do I use FB.Connect.streamPublish in an iframe facebook app?

I'm making a simple iframe-based facebook app. I have the following code to size my iframe: FB_RequireFeatures(["Connect"], function(){ FB.XdComm.Server.init('/xd_receiver.htm'); FB.CanvasClient.startTimerToSizeToContent(); FB.CanvasClient.syncUrl(); }); I want to add a link that will display a popup which will allow the user...

Setting Focus to an iFrame in IE

There is a tree menu in my application and on click of the menu items, it loads a url in a iFrame. I like to set the focus in an element of the page loaded in the iFrame. I'm using this code, and it works perfectly in all the browsers except IE: var myIFrame = $("#iframeName"); myIFrame.focus(); myIFrame.contents().find('#inputName').f...

ASP.NET: Access Child control Inside IFrame in Parent Page.

I have a 1st page in which i have a IFrame control. Inside iFrame, i opened 2nd page. Now i want to access the control values of 2nd Page in 1st page Code behind. I am not able to access. I am using Dot Net Framework 3.5 Please help me for it... ...

How can I find out if I am inside a specific IFrame

Hi All, Let's say I'm a js script living inside a html page. I need to know if I am inside a specific IFrame. Something like if (top.location.href === 'http://specificurl/') ... However I need this working from any domain. I have also tried adding a value to the window element in the iframe owner and checking on the child with th...

How to refresh an IFrame using Javascript?

I have a webpage with an IFrame and a Button, once the button is pressed I need the IFrame to be refreshed. Is this possible, if so how? I searched and could not find any answers. ...

jQuery: dynamicly generate iframe and run $.ajax(..) in it

I'm trying to run an $.ajax()-call inside of an dynamicly with jQuery generated iframe. So somehow the jQuery instance needs to get passed into the iframe after it was generated and then then "$.ajax()" must get called... maybe with eval? So to be clear, not only the iframe should get generated dynamicly, also the content inside the if...

Strange Lightbox / iframe / Java applet issue on Firefox

I'm beating my head against strange issue using a combination of a java applet running in an iframe displayed inside a lightbox on Firefox. When the page is displayed directly an javascript call to the applet document.appletname.send Functions perfectly, however when called from inside a lighbox (actually lightwindow) then the erro...

iFrame access denied remote domain

How do i send a JavaScript function to an iframe with external content loaded, eg onclick="getElementByID('myiframe').src='fun();'" is there a way with ajax, i think XMLHttpRequest can help me. ...

Google Calendar embeds - but won't respond

Hi, I successfully embedded the Google Calendar IFRAME, however, without any JS error -- it won't respond to any of my clicks, nor display any events. After double checking the calendar settings and googling this issue I'm finally without a clue as to how to resolve this. Any ideas? ...