Need a "server-side" solution.
Is there any way to access a control (Hidden HTML Field) from an IFRAME (RadWindow) that is on the parent page? Before I launch the IFRAME (RadWindow), I write the URL I am opening to a hidden HTML field on the parent page. The point is so I can access that value from within the IFRAME if I wanted to "go...
Hi, I have tried finding the answer to this and come across several things which have not yielded the desired result.
So I wrote a HTML Helper that loads in an (fancybox) iFrame:
<%= Html.ActionFrame("Projects", "Edit") %>
The resulting page has a save button which currently saves the data and redirects to the Index page within the iFr...
The question sums it up really...
I have a parent page with a child iframe,
How do you find out when the location of the iframe has changed, i.e. a user has clicked on a link in the iframe and the iframe is navigating to another page
I know I can bind to the onload event of the iframe like so
$("#theIframe").load(function(){
//Do ...
Please help me out,
The very first time the iframe height is changing as per the loaded height but when the iframe contents are changed to bigger height than the present one and again coming to lower its not taking new value.
For example
Loaded iframe height =1386px
new content change iframe height = 3440px
and again change to new he...
Hi all,
I have a situation where I need to integrate a gwt dialog (which to the best of my understanding is implemented as a div with z-index manipulation) into an existing html page.
There are two scenarios:
1. Which is the preferrable and more complicated is where i give the host html page another page which they embed as an iframe and...
Hi, I have a div that is contain inside an iframe from a external html
<iframe src="test.html">
The html based "context menu" need to be on top of the iframe but the html code of the context menu is in the iframe itself. A pure CSS solution is preferred.
...
How to style iframed page's content using parent pages css ? I don't have access of iframed page?
i made thisfor example - http://jsbin.com/uxobe
how to style differently HTML of the page which i'm using in iframe?
Is therey a way to style like this through css or js+css ?
http://siteurl { background:red}
...
Hi,
I'm looking to get the complete text of the current row (defined by caret position) in a contenteditable iframe.
What is the javascript/jquery code for that?
Thank you in advance.
...
Hi! First timer to the site, not an overly experienced php programmer here :)
I have a problem, i am using an iframe within a site which im attempting to use a session variable inside, firstly ive just been trying to display the session variable to make sure they are accessible from within the iframe:
echo "session of productcheck...
My main goal is to search an iframe for a specific image. I know what the image will be (abc_clicked.gif) but am not sure how I can access the iframe to either:
1) search the iframe for the image itself
2) grab the source code in which I will manually search myself for the image
I am looking trying to accomplish this with javascript, a...
Hi All,
I have a JSP page which includes an iframe , Iframe contains the image display part & some other part, The problme is whenevr the iframe encounters an error, it gets redirected to error page (Error page is defined for the JSP) but not the whole page, only the iframe conained part of the page displays an error, I want the whole p...
how do set auto heigth of iframe for all browsers so i do not have to manualy set its height otherwise scroll apears.
...
How do you edit content of an Iframe which is generated by a javascript? The iframe doesn't have a name. Basically what I want to do it edit some text in the ifrmae and remove the images in it.
Please tell me how it can be done.
Thanks.
...
I've recently faced a problem involving passing data (small amount), from a page to an iframe.
It was simple when both pages were http - i've used query string to pass information to the iframe and javascript to signal the parent page of process completion.
When iframe location was changed to https, there was a problem accessing the pa...
Hi!
I would like to open an external link in a lightbox on my Wordpress site. I have tried both the wp-prettyPhoto and Lightbox 2 plugins, but have been unsuccessful so far.
I will probably have to use an iframe, but I would prefer not to load it with the page. I would like to be able to click a link, which opens up the iframe in a l...
I'm making a facebook game and the users asked me to make the game start by pressing spacebar, because clicking on a button wastes their time. I tried to make it by this code:
jQuery("body").focus().bind('keyup', function (e) { if ( e.keyCode == 32 ){
startgame();
}});
But this code doesn't work in the app (http://apps.facebook.com...
Hi all
i want to update one iframe to another
I am link in one of the i frame which should update the statusmessage.html page only. There is link in checkresult.html which should update the statusmessage.html
<table width="100%">
<tr>
<td width="10%">
<iframe id="test" src ="checkresult.html" height="1000px" width="100%" f...
It is possible to embed an XBAP application into an IFrame, this is rather easy !!
The problem however is that it renders on top of anything within the web application. For example!
I have a menu in my web application which can collapse when I hover above it, but it will collapse UNDER the IFrame when it needs to collapse ON TOP of th...
Hey guys.
if (window.parent) {
scrollTop = jQuery(window.parent).scrollTop();
}
following code from iframe window throws permission denied.
this direct code (not jquery) too.
parent.document.body.scrollTop
Is it possible to go around this problems? :)
...
I'm using jQuery ColorBox to show a shopping cart item. When a user enters the quantity in the iframe and clicks on the submit button, I want the iframe to close and main window (parent) to be refreshed automatically.
I mean I want two things after submitting data on iframe:
iframe automatically closes.
parent window automatically
re...