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

learn more… | top users | synonyms

1
vote
2answers
479 views

Bookmarklets that work with Frames?

Over the next year, I'll be hacking on an off-the-shelf web app from a Major Software Vendor. While we will have access to large portions of the code base, I'll be working blind on some of the web ...
7
votes
1answer
3k views

modal-dialog or div overlay over frameset?

I have a html page with several frames in it (also nested framesets). I want to show an overlay over all these frames to show a modal box / light box. Is that possible? I know, i know, framesets are ...
0
votes
2answers
866 views

restrict access to page to only be allowed from a certain page

This question is similar to the one i asked here. But its related because I want to achieve the same effect. I want the users to be restricted to only accessing other pages on the site through the ...
0
votes
6answers
563 views

is it possible to tamper post data when using frames

I have a site that is using frames. Is it still possible from the browser for someone to craft post data for one of the frames using the address bar? 2 of the frames are static and the other frame has ...
0
votes
3answers
990 views

Webrat verify content in iframe or frameset

I am using Cucumber + Webrat + Mechanize adapter and want to test contents of pages that are iframed or framed into the selected page. In other words: Scenario: View header on webpage Given I ...
0
votes
2answers
663 views

How to set the height of a frame?

How to set the height of a frame used within a frameset in HTML?
0
votes
1answer
425 views

HELP! Frameset Tag with Dojo use Memory Leak in IE7

I develop the Web application with "dojo 1.3.1" now. The application uses frameset tag for a layout. the fram parts in "menu domain" and "the contents domain". When I chose a menu,"the contents ...
0
votes
2answers
1k views

Call Javascript function from asp.net page in a frame

I have 2 pages in a frameset, in the first page i have a Javascript Function, the second is an asp.net form with a button, the thing is that I need to call the Javascript function in the first page ...
0
votes
2answers
250 views

Why does the use of the Frameset DTD cause a validation failure?

The project I work on takes random HTML files, converts them to XHTML as best as it can, and wraps them with some XML metdata. The DOCTYPE is stripped out as the resulting XML file is not an XHTML ...
0
votes
2answers
540 views

frameset column height

i want to create a page with frame set first i divide the page in 3 rows. In second row i divide it by 2 coloumns. My problem is that first column of the second row contain lot of content(a full ...
0
votes
1answer
401 views

Ajax breaks frameset in IE only

I have an issue with frameset breaking down and I have gotten a little help here on the forum. Now I have finally tracked down when things go south so here is my current problem. 1 I have a frameset ...
2
votes
4answers
4k views

Body onresize event does not fire in IE7 when page is part of a frameset and resized vertically

I have a simple frameset with two frames vertically, i.e. two rows: First row contains a fixed header. Second row contains a fixed toolbar at the top and a resizable are at the bottom. Due to ...
0
votes
3answers
382 views

html how to create frames

I would like to create an html frameset like the picture below. can anyone point me in an helpful direction as I'm not sure how to create this? Should I use frameset or something else like AJAX? ...
0
votes
2answers
531 views

how to do a URL masking in this condition?

I am using php, js, flash and mysql on 1 website. I want to do a URL masking using frameset(or maybe iframe). Scenario: An user click on a link, which direct him/her to my page with this url: ...
0
votes
3answers
592 views

HTML Frame Force New Window in all Links

Hi if I have frames setup on a page, is there a way to force all links in a child frame to open in a new window('blank') rather than 'self'? I have no access to the page that I have in my frame, ...
1
vote
1answer
185 views

Is there a non-frame set method of achieving an 'external link bar' at the top of the browser viewport

The goal is to 'soften' hyperlinks off to external content slightly by displaying an external link bar at the top of the window, that displays above the content on the external website - containing a ...
1
vote
2answers
1k views

Settimeout - frameset in Asp page

A classic page consists of 4 frameset. if all 4 frameset is inactive then timeout to login page.How to set timeout for classic asp page with frameset.
0
votes
1answer
233 views

Caching issue in frameset frame

I have a web application and it is done in VS 2003[C#]. There is a frameset which is divided into 3. TopFrame LeftFrame ContentFrame LeftFrame loads contents related to each logged in user. The ...
1
vote
1answer
310 views

HTML Frame Source

Hey is it possible that I insert the source for a frame in the same page in which it is defined. Like instead of giving the location to the document, can I insert the source in the frame tag? The ...
1
vote
3answers
4k views

How to get javascript in one frame to wait until a page has loaded in a second frame

I have two frames in a frameset - frame[0] contains a script that loads a page into frame[1] using top.frames[1].location.href = 'http://some_location.com/page.html'; and then performs actions on ...
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 ...
1
vote
1answer
941 views

iFrames vs. Framesets to display without obscured bottoms (for Diggbar experience)?

There are lots of posts regarding iFrames and framesets, but I have not found one that addresses my concern: are framesets bad to use? Understanding the potential for backlash against framed ...
0
votes
4answers
132 views

can a page always refused to be iframed or be part of a frameset if javascript is enabled?

When a page is iframed or included as part of a frameset, it can use Javascript to check so. (i think usually by if (self != top) top.location.href = self.location.href; ). Can the page always ...
-1
votes
2answers
7k views

Frameset won't work in IE8

I have constructed a frameset which is meant to center a webpage in the middle of the browser window. <html> <frameset rows="100%,567px,100%" border="0"> <frame ...
6
votes
7answers
5k views

Setting location.hash in frames

I am using ajax to update the location of a page in a frame. But when setting the location of the hash (on Chrome and some versions of IE (5.5) specifically, but occasionally on IE7) the page is being ...
3
votes
4answers
3k views

disabling frame resize in Firefox

I have the following frameset: <frameset rows="625,*" cols="*" framespacing="0" frameborder="0" border="0" noresize> <frame marginheight="0px" src="music-NEW.php" name="mainFrame" ...
0
votes
2answers
437 views

Target attribute in IE7

We have some web pages which have two frames, with one frame in the IE 6 search bar (created using the open("path.htm", "_search"); call). The page shown in the frame on the search bar contains ...
2
votes
2answers
4k views

Safari Frames Invisible Scrollbar

I'm working on a website that uses not just frames, but frames within frames (ew, I know, but I don't get to choose). It actually works OK most of the time, but I'm running into a problem with some ...
0
votes
1answer
2k views

frameset - swap columns with rows using javascript

I have a frameset with it's cols attribute set to "50%,50%" at the moment. I have a toggleView method which is called after a click on an element. What I aim to do is to change frameset from ...
1
vote
1answer
2k views

HTML Frameset alignment

Say I have 3 frames in a frameset arranged in 3 rows. Frames 1 and 3 are from my site and frame 2 (the central one) is from an external website. Is there a cunning way to force the browser to centre ...

1 2 3 4 5