Questions tagged [frameset-iframe]
32 questions
7
votes
4 answers
Possible to prevent our website from running inside another domain's frameset or IFrame?
We've been having an problem recently where other sites are running our e-commerce site inside a frameset where our site (with the offenders affiliate id tacked on) is the only content in a single full width frame. So essentially it looks and feels…

Peter
- 29,498
- 21
- 89
- 122
4
votes
2 answers
will
I have these webapplications build in old style HTML, including [framesets] to speed up the GUI of the administration.
Its not accessable by SEO etc. so thats not the issue here, it was all based on speed and minimizing reload at the time.
Now we…

BerggreenDK
- 4,915
- 9
- 39
- 61
3
votes
1 answer
How can I catch an exception thrown from inside an iframe?
How can I catch an exception thrown inside my iframe?
Here is my code:
Parent:
iframe = document.createElement("iframe");
iframe.src = "../a.aspx";
iframe.style.display = "none";
…

Inbal
- 909
- 2
- 28
- 46
2
votes
1 answer
How to retrieve HTML from silverlight Webbrowser control out of frames
i need to get the html of a frame inside the silverlight webbrowser control. i've looked at the following questions
How to retrieve HTML from Webbrowser control out of frames in .net (c#)
accessing Frames rendered in webbrowser control in…

Afeef Janjua
- 649
- 7
- 10
1
vote
2 answers
How to display only parts of several urls into one html file?
In the past I was using iframe but it displayed all the webpage urls contents in full.
For example: I have saved the following code in a file named "trial.html" :
1
vote
0 answers
How can I use iframe tag to create a full-height, "sticky" side navigation instead of using deprecated frameset tag?
I want to use iframe tag instead of deprecated frameset tag to create a full-height, sticky side navigation? This can be set up easily with frameset tag using its cols attribute.
I found some useful help in the answers to the question (Alternative…

Ali Safari
- 1,535
- 10
- 19
1
vote
1 answer
Cancel navigation on a frame?
Say I have a frameset with a frame where Google is loaded. I want to prevent Google from navigating anywhere when the user click on a link or a button. Is this possible?

Juan
- 15,274
- 23
- 105
- 187
1
vote
3 answers
Put an HTML
I am trying to put an into an ExtJS panel using html config. I have dynamically created which I need to put in this iFrame.
Upon execution, an HTML is getting created under the iFrame but the body appears as empty. no Errors. Following is my…

Stu
- 157
- 3
- 18
1
vote
0 answers
Iframe anchor doesnt work
I have a form inside an iframe. On submit, it loads a thank you page. I need to scroll to the top of the iframe on submit.
I tried using #anchor but because my iframe is inside of a blogger post, it doesn't work.
here is my…

katheroo
- 11
- 1
1
vote
0 answers
Show two frames where one of them is in the corner of a webpage
I'm trying to show a small frame on the bottom right corner, like in the below picture:
I've search a lot about frames (including framesets) and iframes because I need both frames to be loading separately. For example, I can go to different pages…

firewall
- 638
- 1
- 7
- 23
0
votes
1 answer
Best Practices...Which should be used - iframes or ajax
I am just beginning my career as a web developer. I have noticed alot of writings about iframes, and they seem pretty neat (pardon the venacular). However...
My instructors always frown on the use of frames. Is there a difference between…

mrwienerdog
- 815
- 3
- 18
- 35
0
votes
1 answer
Html , frameset and youtube player on local pc . can i build nested frameset just form 1 html
can i load youtube page in frame set html ? or iframe ?
so it will load the youtube page in one frame and my local html file in the other frame.
this code dosnt work :

user63898
- 29,839
- 85
- 272
- 514
0
votes
1 answer
Robot Framework: How to select an HTML element located inside multiple iframes using Browser lib?
As explained in Browser library, "there is a special selector >>> which can be used to combine a selector for an iframe or frameset and a selector for an element inside a frame", for example:
Click Web Element Is Visible iframe#iframe-example >>>…

Sarah
- 11
- 3
0
votes
3 answers
Is possible to get the previous form POST variable using javascript?
Client goes to example.com/form.html where a html POST form is displayed
Client fills the form with specific information and submit it to example.com/form.html
When example.com/form.html receives the POST request redirects the Client on…

Michael
- 6,377
- 14
- 59
- 91
0
votes
1 answer
Trouble setting and retrieving value of hidden input fields of iframe
I am having trouble either to set or retrieve the hidden input fields information of iframe.
On the initial page, I click on "Submit" button to activate showBox function and pass three parameters, name, city, and state successfully. showBox creates…

C. L.
- 189
- 4
- 10