Questions tagged [html-frames]
44 questions
324
votes
20 answers
Full-screen iframe with a height of 100%
Is iframe height=100% supported in all browsers?
I am using doctype as:
In my iframe code, if I say:
45
votes
5 answers
How to create valid HTML5 using frames?
For school I have to make a website that must use frames. I complained to my teacher without success.
I want to use HTML5 but seems frames are deprecated. Am I required to use XHTML, HTML 4 or is there some work-around that makes my pages valid…
user142019
21
votes
7 answers
Micro frontend architecture advice
We have several web applications that we wish to present under one single page application.
We are looking for a micro-frontend architecture/framework to use.
As we see it, these are our options for implementation:
Using the single-spa open source…

Hasholef
- 703
- 3
- 10
- 17
21
votes
7 answers
javascript document.getElementById in other frames
I have two frames and want to access an element in one frame from another:
Frame 1:
...
Frame 2:
var div=document.getElementById('someId');
div.innerHTML='something';
This is somehow not functioning in Firefox so I want to…
ante.sabo
- 3,141
- 6
- 28
- 36
17
votes
3 answers
How to communicate between frames?
I'm maintaining an application that goes sort of like this:
There is a Page A with a Frame that shows Page B. Now page B is part of a completely different product in a separate domain.
Now, they want that when an option in B is clicked, the WHOLE…

Francisco Noriega
- 13,725
- 11
- 47
- 72
4
votes
1 answer
How to put DIV over FRAMESET?
I want to have DIV layer drawn over my frameset. I heard that DIVs can be placed inside
3
votes
2 answers
How to load jQuery inside frame?
I am working on a legacy enterprise application whose code was written in 2001 using a combination of JavaScript, HTML, Intersystems Caché, and Caché Weblink.
This is what exists in index.html for the web app:
3
votes
2 answers
Frame Replacement?
I'm currently redesigning an old web application that relies heavily on frames. I'd like to get rid of the frames because the painful javascript gyrations they require, but would still like the user to have a movable border between two parts of the…

C. Ross
- 31,137
- 42
- 147
- 238
3
votes
2 answers
Does Window-target meta tag work for busting frames?
Does adding the followin tag in the header section of a html document prevent the loading of the document within a frame? If so, why does anybody bother with Javascript methods?

Aheho
- 12,622
- 13
- 54
- 83
2
votes
1 answer
How to change URL of browser window from within frameset frame?
I have an html document using frames. This is the code:
Then in left_page.html, this is my code:
2
votes
2 answers
Can I disable IE compatibility mode only for content within a ?
Ive developed a Web Application that runs in my company's intranet. I had an issue with Internet Explorer's automatic compatibility mode earlier in my process, and added code to force my pages to be displayed in the newest version of IE:

jumps4fun
- 3,994
- 10
- 50
- 96
2
votes
2 answers
Firefox IFrame Scrollbars
I have a problem with firefox adding unnecessary scroll-bars (its working ok in chrome and ie).
See the following two files: page.html & iframe.html.
Page.html

RuSh
- 1,643
- 7
- 25
- 39
2
votes
3 answers
How do I embed an ASP.NET Web Site (or Web Application) into another?
I have very little experience with ASP.NET and I am doing some self-training before I start writing my first web site/application, which will be a calibration utility. How that utility works is not my concern right now. However, the utility…

Matt Ball
- 354,903
- 100
- 647
- 710
1
vote
2 answers
How do I convert a website entirely made from frames into HTML?
I am looking to convert a clients website into HTML. I'm relatively new as my skills are more directed in the front end of websites (design) so I'm quite lost. The website is allegianceglobalinvestigations.com and if you scroll through it, each page…

Michael
- 11
- 2
1
vote
1 answer
Browser cache HTML frame content
I have a HTML frame on my ASP.NET page which pionts to a static HTML file.
The problem is if I change the HTML (frame contetnt) browser still shows the previous version. Even CTRL+F5 doesn't update the browser cache.
I should paste the HTML page…

Xaqron
- 29,931
- 42
- 140
- 205