0
votes
1answer
19 views
How to gracefully handle iframe breaker?
Hi,
I understand that there is no way to kill the iframe breaker... However, I was wondering, is there a way to gracefully handling it.
So far, I managed to detect it before exi …
0
votes
3answers
36 views
resetting form with javascript won’t work…
Here is my main page code:
<form><iframe name="iframe_pic" src="iframe.html"></iframe></form>
Here is my iframe.html:
<script type="text/ …
0
votes
2answers
26 views
help with form target, it popups in a blank page instead of the div I chose.
I have set the target of the "pic_form" to a div (pic_target).
The form (pic_form) and the div (pic_target) are both inside the same iframe (iframe_pic).
Whatever I set the target …
0
votes
2answers
18 views
Safari/Chrome (Webkit) - Cannot hide iframe vertical scrollbar
Hello,
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 …
2
votes
1answer
16 views
Cross browser way of setting IFrame to “about:blank”?
Does anybody know a proper, cross-browser way to "empty" an IFrame?
Is "about:blank" recognized without error across all browsers?
Is it valid to give an IFrame an empty src?
2
votes
2answers
87 views
Iframe Injections in Websites
My website has been compromised. Some one have injected some iframe markup in my website.
How they have done this? Only on my index.html, index.php page. But I have blocked write …
0
votes
3answers
22 views
CSS hover menu appearing behind pdf iframe
I am working on a web application that has a menu across the top of every page with sub menus that drop down when a menu item is hovered over. This works fine, except on one page …
1
vote
1answer
17 views
Greasemonkey against an iframe using @include - does this work?
I'm wondering if you can have Greasemonkey execute against an iframe only and not it's parent window. The parent window is domain A, the iframe is domain B, and the include in the …
0
votes
0answers
31 views
jquery iframe css firefox bug?
Without going in to detail on what these methods do, can anyone tell me why I get these weird results?
getCurrentIframe().findInIframe("h2").css("paddingLeft") // gives me "20px"
…
0
votes
2answers
54 views
Can’t write to dynamic iframe using jQuery
My goal is to dynamically create an iframe and write ad JavaScript into it using jQuery (e.g. Google AdSense script). My code works on Chrome, but fails intermittently in Firefox i …
0
votes
5answers
63 views
Calling a function inside an iframe from outside the iframe
I have a page with an iframe. Inside that iframe I have a javascript function like this:
function putme() {}
How can I call this function on the main page?
0
votes
4answers
82 views
JavaScript iframe busting
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 (al …
0
votes
0answers
45 views
passing url parameters to iframe, using jquery or javascript
After searching a lot over the internet I finally decided to post this question.
I am using THICKBOX jquery tabs.When any of the tab is clicked I want to pass the URL.IDNUMBER to …
0
votes
2answers
46 views
jquery click even on element inside iframe
How can I attach a click event handler to an element inside an iframe.
Here's what I tried and doesn't work:
$("#parent iframe").contents().find("a").live("click", function () {
…
3
votes
2answers
78 views
Print iframe content in Opera and Chrome
I'm trying to print iframe content.
contentWindow.focus();
contentWindow.print();
This code works in IE, Firefox and Safari. But don't work in Chrome and Opera. These browsers p …
