-
Hi All, I have html main page with three frames - header , left navigation and content. On click of left navigation item I am opening a new page in content frame. Now in the content frame I have link. On click event of this link I am opening a modal pop control - AjaxControlToolKit. But this modal pop...
-
I realize this is an old thread but I ran across this same issue with .NET 3.5 and VS2008. It turns out in my case self-closing the iframe (like you have done) was the issue with the Timer not working: this didn't work: <iframe .... /> this works: <iframe ...></iframe> It may be...
-
Hi Zainab , [quote user="Zainab_Zum"] I am sorry.. I cant post screenshots.. but yes i can tell you how is it happening.. When the application starts everything is perfect.. but then when I open say "www.google.com" in another tab of IE 7 and get back to my application.. the content...
-
Hi, Can anyone help me with the way to find any child element of the iFrame control? All I can get is the Iframe control itself but its child elements count is 0. iFrame control is being navigated dynamically, i.e. based on user action on the page. Thanks Jignesh
-
I'm using C#. I have a content page with an iFrame in it that is inside of a master page. Inside the iFrame I have an aspx page that could contain checkboxes, radios, or text fields. How do I check if there are form fields in the page inside the iFrame, and if there are, how do I retrieve their values...
-
Hi folks, recently i got one assignment hope u peoples give some suggestion:- I Have two .ASPX page e.g. parent.aspx & child.aspx . my parent.aspx i have gridview. on selecting the row of Gridview i have to generate new tab (consist child.aspx) on respective ID. so i am generating new tab and displaying...
-
I would like to fire a javascript function in the parent .aspx page AFTER a file is downloaded in a iframe .aspx page. I thought a simple parent.myFunction() would work but it does not. In the iframe.aspx I'm trying this: Response.WriteFile(filename); // trying to fire parent javascript here Response...
-
Hi, I developed a facebook application using ASP.NET. The application is located in an IFrame inside facebook website (that means that I have different domains between the parent(facebook.com) and the iframe(mydomain.com) For some reason Im loosing the session on each postback and I get a new sessionId...
-
I have created an Iframe in an existing web application (non asp.net but uses its own forms authenciation and cookie). This existing application is not in the same domain as the site being rendered into the IFrame. When using FireFox everything works fine. When using IE my login does not work. I enter...
-
I have been working a month on coding my art portfolio website, which I need to have it ready a.s.a.p. (I told some people I would have it up this weekend). Unfortunately, being the newbie that I am, I never checked my page in internet explorer until today! The CSS menu, div boxs, and iframe are just...