html-frames Questions
7
Solved
I have two frames and want to access an element in one frame from another:
Frame 1:
<div id='someId'>...</div>
Frame 2:
var div=document.getElementById('someId');
div.innerHTML='s...
Straightaway asked 27/11, 2009 at 9:40
20
Solved
Is iframe height=100% supported in all browsers?
I am using doctype as:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd...
Monophyletic asked 3/5, 2011 at 10:9
7
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 opti...
Hydrometeor asked 21/12, 2017 at 9:55
5
Solved
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 t...
Phosphorescent asked 30/1, 2011 at 22:34
3
Solved
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 ...
Martell asked 2/4, 2010 at 23:56
2
Solved
I have the following code in the top frame of a two frame page:
function setKeyHook()
{
logMessage("setKeyHook()");
top.frames.BOTTOM.document.onkeydown =
top.frames.TOP.document.onke...
Copyholder asked 29/6, 2009 at 17:52
1
© 2022 - 2024 — McMap. All rights reserved.