In HTML, the frameset element is a container for dividing a browser window into rectangular subspaces called frames.

learn more… | top users | synonyms

0
votes
0answers
14 views

How to implement onload attribute in frameset

How can I implement the onload attribute in a page containing a frameset? The problem is- frameset does not allow the <body></body> tag. And <div ...
0
votes
0answers
20 views

Call function in other frame

I've got frameset having two frames. I want to add a function and call it (passing some arguments) in frame 0 from frame 1, and for the function to continue after reloading frame 1. I've managed to ...
0
votes
5answers
41 views

Changing URL without refresh?

I found an app on the internet inside of which, when you click A link it will redirect to A page without refreshing the whole place and changing the url address bar, I know its possible becuase JQuery ...
1
vote
1answer
11 views

Element “frameset” is not supported from visual studio 2010

I have a plain html file like this: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> <html ...
0
votes
2answers
4k views

Targeting frames from within a frameset

I have the following frame structure: <FRAMESET rows="25%,75%"> <FRAME SRC="Banner.htm" BORDERCOLOR ="red" NORESIZE="NORESIZE"/> <FRAMESET cols="25%,75%"> <FRAME ...
0
votes
0answers
9 views

how to make frameset expand with size of content

I have to use framesets - so please do not suggest another solution. I have a frameset with two frames: <frameset rows="350,*" framespacing="0" border="0" frameborder="0"> <frame ...
2
votes
2answers
1k views

Allow resizing of HTML frames while adding frameBorder=0 attribute?

Before the comments start screaming "frames are evil", let me add a disclaimer: "I am just porting a legacy application and don't have the time to get rid of frames!" :-) There's a frameset ...
0
votes
0answers
21 views

Mouse zoom is offset in HighStocks when inside frameset

When running Highstocks 1.2.5 (or the latest 1.3.2) causes problems in IE10 (although works in IE9 or earlier), jQuery 1.6.4. This works if the page is not inside of a frameset, but if hosted inside ...
2
votes
1answer
45 views

Reading session variables after session_write_close

First, my concrete question. Should this work? <?php session_start(); $_SESSION['test']='TEST_CONTENT'; echo '1: ',$_SESSION['test']; echo '<br>'; ...
-1
votes
0answers
13 views

A link opens in new window on tomcat start and later inside a frame

I am facing an issue when using frameset and frames. I am trying to open the contents of a link into another frame. The link makes a servlet call, and returns the page. I want this page to be ...
0
votes
1answer
39 views

Javascript frameset navigation

It is a long time since I programmed web. How do I perform javascript frameset navigation (or replace the frameset with an exact equivalent): <frameset rows="*,32"> <frame ...
0
votes
2answers
15 views

to open a link in whole page rather than inside a frame

I have used frameset and frames to connect 3 html pages.The problem arises when i click on link provided in any of 3 html pages ,those link only opens in their respective frames.so help me so that i ...
0
votes
0answers
13 views

Frame doesn't reload with '<a href>' if url's the same

I'm using 2 frames called web and local in a HTML page. I have a link in the local frameset that loads in the web frameset. This link changes based on ajax requests. For example, it's first <a ...
0
votes
1answer
33 views

Changing state of parent from iframe

I am making an app that uses framesets. The problem that I was facing was that everytime I refreshed the page, the main frame was redirected to index.php from the present url in the frame. A reload ...
0
votes
0answers
17 views

Close window, if link is in a frame javascript

My link is in a frame(frameset), and I can't close window with javascript. I try everything what I found with js, not working. <script> function close_window() { if (confirm("Close?")) { ...
0
votes
1answer
27 views

converting frameset into css

I'm trying to build a CSS page layout based on this old frameset: <frameset cols="30%,70%"> <frame>left</frame> <frameset rows="80%,20%"> ...
0
votes
2answers
75 views

Emulate Frameset Separator Behavior

The HTML5 current specification removed the <frameset> tag. There is a nice feature of <frameset> which is not easy to reproduce without it: In a frameset, you can change the position of ...
0
votes
1answer
42 views

html5 iframe for nearly full screen?

I was looking into using a frameset on my otherwise XHTML 1.0 Strict site, but I've noticed that with HTML5 the frameset feature is obsolete, and an iframe should be used instead. I need to load a ...
-1
votes
0answers
30 views

show different iframes based on page selected from dropdown

I have asked this quesiton before but no answer from anyone. I am caluclating the height of iframe dynamically based on content but having issues when loading a page that is having instead of tag in ...
1
vote
2answers
3k views

How to refresh all pages in a frameset

Using PHP I would like to force the browser to refresh all pages (frames) in the frameset, as if the user had pressed the F5 button. When I use header("Location: frameset.php"); it reloads the ...
0
votes
1answer
138 views

Target frame via name attribute

I am working on an old app that uses 3 frames. One of the frames has a "name" attribute I am trying to target it via css like this but it's not working. HTML <frame name="classFrame" ...
1
vote
0answers
159 views

iframe containing frameset document not expanding to full height of browser window

Have a problem that's been bugging me now for the past two days :( I have set up an HTML web page that contains an iFrame that loads a frameset document. Yes I know, frames are ancient tech and ...
0
votes
0answers
23 views

Frameset height

I have a frameset within an iframe. I am calculating the iframe height based on its content with javascript, by using the code below. Since we don't use a body tag with the frameset tag, I am having ...
0
votes
2answers
65 views

How to change frame height from another frame in frameset with javascript

I have a frameset: <frameset rows="30px,*"> <frame id="frame1" src="frame1source.html"> <frame id="frame2" src="frame2source.html"> </frameset> I need to be able to ...
6
votes
6answers
3k views

Frameset + cols IE10

I was testing some scripts in IE10, seems that the browser has problems in setting attribute cols. Example: parent.middle.document.getElementById("middle_frames").cols = "0,*" This works perfect ...
0
votes
0answers
157 views

IE10 : Unable to load Frame content

I have multiple frames in a frameset and when a Frame content is loaded, The offsetWidth and offsetHeight I am receiving is 0. Its breaking in IE10 but working just fine in previous version of IE. ...
7
votes
6answers
4k views

Why should I not use HTML frames?

I haven't used frames since 1998. They seem like a bad idea and in all my development I've never had a situation where frames were the right solution, or even a decent solution. However, I'm now ...
0
votes
1answer
79 views

HTML Page Layout Change at Runtime

A HTML page contains three frames. <frameset cols="30%, *"> <frame src="frame_a.htm"> <frameset rows="60%, *"> <frame src="frame_b.htm"> <frame ...
0
votes
1answer
73 views

Toggle frame within multiple framesets

Following situation: <frameset> <frame id="top"></frame> <frameset id="innerframe"> <frame id="nav"></frame> <frame id="main"> ...
2
votes
0answers
254 views

IE9 browser crashes if we close the window before it finishes loading

I have a situation here, when I am closing the IE9 browser window before it finishes loading, then the browser is getting closed and reopen. This results in my web application to crash. After some ...
0
votes
3answers
116 views

html: Putting a background under a frameset

What I am trying to do is probably very simple. I currently have frames in my index.html. I have a top, left, right bottom and center frame. This makes my page look pretty awkward. Here is my ...
3
votes
3answers
11k views

jQuery: Access frame in nested frameset

I have a document which has a nested frameset. I need to access one of the nested frames, named "sq_main", and access content inside this frame. Here is my structure: <html> <head> ...
0
votes
1answer
138 views

html move content from one frame to another

So I have put together a locally run web page which currently has 2 frames - one a nav bar and one for content which is defined with links in the nav bar. This is being run in internet explorer 8 and ...
1
vote
0answers
71 views

How do i invoke GSP file in framset tag

I have three groovy server pages and i want display thier content within frameset tag. <frameset rows="100%,*" onload="init()" onunload="terminate()"> <frame id="DisplayFrame1" ...
1
vote
1answer
107 views

does WebChromeClient unsupport php iframe tag?

i load an url given by other system in webview.but it doesn't display all contents,it leaves a blank window in the page.i check the source code,it has a frameset tag and some iframe tags. att src is ...
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. ...
1
vote
0answers
40 views

Changing the src of a frame according to a dropdownlist

I need to create a webpage with some frames. Inside one frame there is a dropdownlist consists of Home,Staff,etc. When user selects one item from the dropdownlist, then it should load the relevant ...
1
vote
1answer
172 views

Responsive design and viewport not working through domain's “frameset.”

I'm working on a responsive design site and ran into a fairly large snag. I used viewport code: <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, ...
1
vote
2answers
978 views

How to put a div overlay over framesets?

I have a requirement to create a please wait page using jQuery 1.6.2 for an existing jsp page. I was able to get the div overlay to work, along with an please wait animation in a modal window in the ...
8
votes
1answer
264 views

frameset do not resize correctly after resize by mouse

I have a frameset where in one frame have a button that minimize its parent frameset to a certain size. The code works but the problem is if I choose to resize frame with my mouse manually first and ...
1
vote
1answer
70 views

html frame only allow horizontal resize ie8

I have created a web page with 2 framesets: <frameset id='frameset1' cols="30%,70%"> <frameset id='frameset2' rows="15%,85%" frameborder="0" border="0"> <frame id="headerframe" ...
0
votes
0answers
23 views

Redesigning website: how to get rid of framesets and how to go further?

I am trying to redesign my website, because it has a frameset, that is annoying. It annoys me because I can't see a dropdown menu and a autocomplete suggestion because of it (it overlaps it). So now, ...
0
votes
1answer
54 views

Frameset makes dropdown invisible

I use framesets (I know, that is very very bad :)) and that works for me, but I have one little problem: the frameset does not allow me to see the dropdown box that I have made. It just shows one ...
0
votes
2answers
49 views

framesets and frame in SAS changing the height

I am updating and very old site that is using framesets. In the right 70% column I am attempting to force a height to accommodate a drop down menu. For some reason when I give the frame an ID and a ...
0
votes
0answers
33 views

Inconsistent jquery fadein behaviour between frames/no frames on IE

I've met inconsistent jQuery fadein method behavior in dependence if main site is run inside frameset or not. The effect is only on IE (tested on IE 9). I have blocking UI element: ...
1
vote
2answers
109 views

Recommended Way to do Frameset in HTML5

I'm trying to create a page in ASP.NET MVC that has my site's content in the top and another site's content in the bottom. An example of what I mean can be see at ...
0
votes
0answers
52 views

IE: box-shadow ignored when opened in frameset

I have the web application, where the shadows are used for input elements by using box-shadow property: .ui-inputfield { background: #ffffff; -moz-box-shadow: inset 0 2px 2px #8f8f8f; ...
0
votes
0answers
45 views

Is there a way to set use css such that an object within a frame would display on the top level of a frameset?

I have this code: <frameset rows="68,*" frameborder="no" border="0" framespacing="0"> <frame src="etc.html" scrolling="No" noresize="noresize" /> <frame src="baaa.html" /> ...
0
votes
1answer
46 views

Multi-paned Web Page

What is the best practice for making a multi-paned web page? For example, I have a web page divided up like so: This page is for a VERY old internal application that I'm giving a much needed ...
0
votes
2answers
651 views

how to pick element inside iframe using document.getElementById

i have a iframe like this <iframe name="myframe1" id="myframe1" width="100%" height="100%" src="a.html"> <html> <head></head> <frameset name="myframe2" cols="0%, ...

1 2 3 4 5