Tagged Questions
0
votes
0answers
11 views
Difference between contentDocument and contentWindow javascript iframe/frame access properties
What is the difference between these two properties (contentDocument and contentWindow)?
Is there any difference in the way they acces the content in the
frame/iframe?
Is there any performance ...
0
votes
0answers
25 views
Limit the impact of the css
How i can limit the impact of the css to my selectors?
For example i include my script on many sites. Script add the div,and some site can rewrite styles for my div, or add new. How i can protect it?
...
0
votes
1answer
89 views
Playing audio via an iframe using javascript
I have the following code in abc.jsp
<%
out.write("<script type=\"text/javascript\" src=\"scripts/test.js\"></script>");
out.write("Here is filename"+sfl);
out.write(""
+ ...
0
votes
1answer
64 views
How to control the (i)frame depth, that content scripts are injected, in a Chrome extension?
When creating the manifest file for a Chrome extension there is an option all_frames that allows the content scripts to be injected in the top frame/iframe, or in all.
I want this behavior to stop at ...
0
votes
1answer
112 views
How to call function in main window from iframe?
The first, i known this question it's duplicated with other questions. But i tried to do following many samples from many issues in stackoverflow but it didn't work. I couldn't call function of main ...
0
votes
3answers
870 views
Selenium Webdriver issue with no Frame found
Can someone please help me figure out how to get Selenium Webdriver to find the frame after selecting Sign in??
https://www.guaranteedrate.com/agent/visitors
tap sign in
sendkeys to Username
@Test
...
0
votes
2answers
182 views
Prettyphoto and event click on iframe
uuI'm trying to detect a click event inside an iframe. I already found some (not working) solution on SO, and I wasn't able to fix them and get them working on my code.
How can I detect the target of ...
0
votes
1answer
35 views
How to Get Rid of a Single Border Between a Frame and a Frameset?
I've got a page with a toolbar in the top frame. I want borders between every other frame except between the toolbar and the two frames it borders.
...
0
votes
2answers
57 views
jQuery code to ommit the top and bottom parts of iframe source
Basically we have this website which is a retailer of bigger brands.
They want to include the brand's own catalog which is on the brands website.
Problem is, the brand itself is selling their ...
0
votes
0answers
40 views
window.location.hash when using frames
I have a website using frames, how can I use a window.location.hash (or something else)
so that I can link to the current state of the frames.
link to my site
(I am not advertising my site, the link ...
1
vote
2answers
271 views
How to remove scrollbar of nested frames and iframes using Javascript
I am working on web application which contains different number of nested frames and iframes.
Currently when web page renders browser renders scroll bars against them. Sometimes count is 4-5 scroll ...
0
votes
0answers
27 views
Call website index from a frame
i have a question:
I have a website that uses iframes. If I access the frame itself (without going through the main website), can I call the main website and put the frame where it is displayed on ...
0
votes
1answer
57 views
any others like iframe in asp.net
I am using asp.net 3.5. I want to show a page(with a link) in my aspx page. Firstly, I tried to use iframe or frame. However, if the frame is not supported, my page can not be shown. Is there any ...
0
votes
0answers
97 views
Detect and act on frame breakout
I was wondering what is the best way to detect and react on a page from an external domain trying to break out of my frame.
I don't want to force the page to display in the frame but I'd like to know ...
0
votes
0answers
61 views
html iframe trouble when you send value using get method
I've got an iframe tag in my html code. when I put the code like that:
<!DOCTYPE html>
<html>
<body>
<iframe src="http://www.w3schools.com">
<p>Your browser does not ...
0
votes
0answers
44 views
Substitute frames with iframes - always possible?
we got a JSF-webapp. Our templates are using framesets and we face cross-domain-issues regularly. We are using RichFaces, JSONP, iframe-iframe-communication, so our webapp is quite 'dynamic' and ...
6
votes
4answers
5k views
Determine which advertisement made a request to /eyeblaster/addineyev2.html
I have a large website that is using two large online advertisement "Remnant" providers. These providers are such that they start and stop ad campaigns on a regular basis that run on our website.
One ...
1
vote
1answer
773 views
Fancybox - How to change the content of iframe?
I need to set or update custom HTML code in iframe fancybox window.
So how can I do that ?!
'content' option does not work !
Tested on localhost.
$("test").fancybox({
'width' : 300,
'height' ...
0
votes
1answer
93 views
HTML frame / iframe
I see that HTML has both a frame tag and an iframe tag. How are they different, and when should one be preferred over the other?
1
vote
1answer
33 views
Is there a way to check access to frame?
I want to bind an event to some frames from a parent window. But if a frame has different url I haven't access to it. Is there way to get url of child frame or to check access to them. I use such ...
0
votes
1answer
292 views
How to divide HTML into two distinct areas, as if using frames?
Clearly, frames (and frames) have some serious problems when used without discretion; however, they allow for a certain ability to divide a webpage into essentially two different, non-overlapping ...
0
votes
0answers
138 views
HtmlUnit - working with multiple frames (URLs) at the same time
Let's say we have to fill in some textfields, textboxes and upload an image.
The website has one link that leads us to image uploading. That link opens internal frame on the same site (without ...
2
votes
1answer
276 views
Jquery data acess in iframe
I have the frame structure below:
<frameset rows="*" frameborder="NO" framespacing="0" border="0">
<frame src="principal.aspx" id="main">
</ frameset>
principal.aspx
...
1
vote
1answer
104 views
How to expand an iframe to the document height without javascript?
In brief, I want to achieve through iframes what this website achieves through frames. How is this possible with CSS and no JavaScript?
0
votes
1answer
136 views
Maintaining an iFrame with top.window refresh?
This is natural with a frame but not with an iframe. A top.window refresh with an iframe will reload the iframe as well. So use frame right? Well, no. In their infinite wisdom they deprecated it.
So ...
0
votes
0answers
97 views
Replace parent page within a iframe with child pages?
http://i47.tinypic.com/ab0dqa.jpg
Dear coders, I simplify the problem; now all I need is the link page (see image above) to replace the parent page with the iframe. PS the link page don't have any ...
0
votes
1answer
866 views
Reloading an iframe in GWT
I am currently working on a GWT project where I am displaying an HTML file within an iframe in my application. This HTML file is actually being written to as it is getting displayed, and I am hoping ...
0
votes
2answers
551 views
continuous music player Javascript [duplicate]
Possible Duplicate:
Uninterrupted background music on website
I have a music player built using SoundManager2 and need a way to add it to my wordpress site so that it continues playing if ...
1
vote
1answer
100 views
Is that possible to allow my page be framed, but only by the specified origin?
I am interested in this issue What exactly can an IFrame do with the top.Location object (cross-domain)?.
I want to find a way to defense Clickjacking recently, and I find this solution.
However, ...
1
vote
1answer
107 views
How to create independent frames?
In my page I have a frame .I need to design the frame independently and just place it in my page.I does not want to specify the frames style in the page where it included.But in the frame's style ...
0
votes
2answers
257 views
Transferring data between two iframes
I have a page where I have two iframes.
The first frame's src is linked to a page within my own application.
But the second frame's src is a url (i.e.) i am callin a web page within this frame.
...
0
votes
2answers
161 views
frame inside of iframe in IE
I have this enviroment:
Page1.html:
<iframe id="ifr" name="nifr" src="Page2.html" enableviewstate="true" width="800" height="600" frameborder="1" style="z-index:0" ><p>Su navegador no ...
0
votes
1answer
159 views
Blank space with frames
So, I have created a page with 3 frames, top, left and right where left meant to be main and content frame where right frame meant to be index.
Here is how it looks on opera/nightly/even ie:
yet, ...
0
votes
1answer
195 views
JQuery Autocomplete results override by the frame
I have two frames in a page top and bottom. Inside the top frame JQuery auto complete list loads. But out of 10 suggestions i can see only 2 are visible, rest of the 8 being override by the bottom ...
1
vote
1answer
304 views
Onload function for an iframe inside another iframe
I have nested iframes and I would like to use onload function for the inside frame. For example:
<script type="text/javascript">
var testing = 'test';
var curFrames;
var curUrl;
var ...
0
votes
1answer
85 views
Display ASP.NET page inside Flash App
I have a ASP.NET web app consisting of a few forms which have to be displayed in a certain scenario inside of a flash app, other times displayed as part of a HTML frame.
Is there any functionality ...
1
vote
1answer
955 views
Busting a tough FRAME killer
I've been trying to break this up for a few hours now but with no success... I am pretty desperate now :(
I am doing penetration testing for a company and I need to bypass this frame killer JS:
...
0
votes
2answers
335 views
JS: change inside iframe A' link tags
I'm trying to change the HREF attribute of all the A' tag inside a iframe from out side of the iframe..
here is what i have so far :
<Html>
<Head>
<Title>change ...
1
vote
1answer
537 views
Resize iframe after adding in on load
I'm having trouble resizing an iframe after injecting it on load using javascript. I use a set width of around 300px which works fine but dynamically size the iframe's height to the size of it's ...
1
vote
2answers
466 views
How can I stop loading a web page if it is equiped with frame-buster buster?
How can I stop loading a web page if it uses a frame-buster buster as mentioned in this question, or an even stronger X-Frame-Options: deny like stackoverflow.com? I am creating a web application that ...
0
votes
2answers
530 views
How to share a data between a window and a frame in JavaScript
This is WebKit browsers specific (meaning that I only need to make it work in WebKit specific, i.e. iOS/Android browsers, but I'm testing in Chrome).
I have a page. The page loads one or more ...
0
votes
0answers
265 views
Frame to iFrame or similar
I have a personal website that i use a lot per day. I saw how frames is a losing battle and so am trying to convert to iframe. I had some relative statements(*) and that made it work a lot better and ...
0
votes
1answer
1k views
Selenium finds the frame, but does not select it
I've been trying to select a frame using Selenium, and failing. The HTML code looks like:
<html>
<frameset rows="100,*" framespacing="0" frameborder="no" border="0">
<frame ...
3
votes
3answers
441 views
jQuery: Finding an element, regardless of frame
Our dev and corporate sites have a slightly different frame hierarchy.
Very occasionally I need to reference an element in a different frame.
Unfortunately, I don't know where that frame will be in ...
2
votes
1answer
1k views
How to embed google iframe?
Google seems to be blocking websites which use iframes. Of course I'm using google with its trademark and embedded it in an iframe. But for some reason it never works.
Anyone knows how to bypass it?
...
1
vote
1answer
399 views
How To Create iFrames or Frames like StumbleUpon and Linkedin in Wordpress
I am developing my site. I am using Thestyle Wordpress theme in it. My every post is redirected to some other websites. And as they are redirecting I am loosing visitors to other site, I want to keep ...
0
votes
3answers
307 views
How can you find all sites on the web that bust out of iframes?
Is there an API for a list of all sites that bust out of iframes? If not, what would be a good method of generating a list of all (or a large number) of sites on the web that bust out of iframes?
1
vote
1answer
1k views
Iframes not working
I'm trying to get Iframes to work. I'm running safari, so it is compatible, but when I test it, it comes up blank.
Code:
<iframe src="http://www.google.com" width="100%" height="300">
...
0
votes
2answers
220 views
How to load a full html page in a box within a full html page
I have an HTTP Post Return that includes a whole HTML page that I'm trying to display in a box (or contained area) within another page. I've thought about saving it as a temp doc then redisplaying ...
0
votes
1answer
647 views
determine the frame id/name when a user has selected text in that frame- the page has multiple frames
I have a scenario in which there are multiple iframes/frames open in one web page. Now user may select some text in any one of the open frames/iframes. I want to determine the id/name of the iframe in ...

