Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
3answers
303 views

Pure CSS emulation of a frameset

I have been searching for more than 1 hour with no success. Is there a pure CSS way of emulating a frameset? I mean, really emulating it. I have found some interesting stuff where you will have fixed ...
5
votes
6answers
3k 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 ...
4
votes
4answers
923 views

what is the jQuery / javascript context of a frame within an iframe?

Let me preface this with... I have referenced this question/answers and it seems to contain clues, but i'm still missing the whole picture ...
4
votes
5answers
1k 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 ...
3
votes
1answer
31 views

I want to remove Framesets and Iframes and still have page refresh PHP data independently without refreshing the whole page

I am learning PHP and I am trying to get my new audio player to work in PHP. Any web designers out there that can help me with my page? I need the player at the bottom to continue playing, while ...
3
votes
1answer
208 views

Frameset in frameset border hell

I have a web page with lots of framesets and frames (don't ask), and I want to be able to show frame borders where the red borders appear in the mockup below (The vertical borders must be scrollable). ...
3
votes
2answers
226 views

CSS and frameset?

I have an .html document of XHTML 1.0 Frameset doctype and I'm using the following code: <frameset rows="20%, 80%" border="1"> ... </frameset> When putting the above .html code ...
3
votes
4answers
2k 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" ...
2
votes
1answer
84 views

Refresh page with framesets on button click

I have a web application built around a frameset. The main page (with the frameset layout) is index.aspx. After the user logs in, if there are any alerts it redirects the main content frame to an ...
2
votes
1answer
336 views

How to call javascript function specified in a child <frame>

I'm working on a accient project which based on and tags. Here's the common HTML structure of the parent page (index.html): <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" ...
2
votes
4answers
120 views

Use frameset with other HTML elements in page

I have a page in which I want to include frameset, as well as use other HTML elements (basically some hidden form fields). But where can I place those additional HTML elements in the code ? ...
2
votes
1answer
106 views

making visible from one frame by another frame

here im using 2 frames in a frameset 1.<frame name="leftmenu" src="left.aspx" /> 2.<frame name="mainpage" src="main.aspx" /> in leftmenu in having treeveiw and one button(button name = ...
2
votes
1answer
805 views

window.onbeforeunload, but for a frame?

I'm trying to put up a warning message about leaving a webpage, but it is nested inside a frameset. Apparently window.onbeforeunload triggers if I load the webpage as the root page in the browser, ...
2
votes
1answer
2k 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 ...
2
votes
2answers
3k 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 ...
1
vote
0answers
91 views

Calling a page from one frame into another doesn't run my jquery functions

I have a page that has a content specific menu bar on it. This page has an iframe that loads the actual content into it, which i then run a height and width jquery function on to fill the remainder ...
1
vote
2answers
125 views

HTML: one scrollbar for two frames

I am having trouble having one scrollbar for two frames as seen in: Two frames one scrollbar Below is my code: <FRAMESET ROWS="151,*"> <%if (something) then %> ...
1
vote
2answers
38 views

Need help resizing this HTML frame

Ok so I've NEVER worked with frames before but a higher power has forced my hand this time. What I need to be able to do is resize the 'footer.html' frame within this template. <html> ...
1
vote
1answer
81 views

How to add a globally frameset backgound image for a main page?

I want to add a backgound page for my Jsp page, In this i used a frameset when i used a backgound image for a main frameset its showing problem in FF and IE, Code Is: <frameset cols="*,1020px,*" ...
1
vote
1answer
63 views

access content in a frame where the docment is never fully loaded

I have an unusual setup. First off, I have a page with frames <html> <head> <title>My Chat</title> </head> <frameset id="resize" rows="*,135"> ...
1
vote
1answer
153 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 ...
1
vote
2answers
55 views

Playing music regardless or url in HTML sites?

I know you can either open a separate window, use Flash or frames (yuk) to display an mp3 player that continually plays audio regardless of which page you're on. But I've just seen this site here that ...
1
vote
1answer
159 views

Accessing js frameset function from child frame

I've got a javascript include that's declared in the head of the frameset of a site, this js file has a number of methods in it. I need to call the method from one of the framesets child frames but ...
1
vote
1answer
238 views

div popup over two frames

i have two frames(Html frameset) in one window like left frame and right frame i want to show one div popup over two frames from one frame it is working in IE using window.createpopup but in mozilla ...
1
vote
1answer
59 views

window.TopFrame is null error

I am using a frameset doctype on my page and also use js on that page.. I get the error window.TopFrame is null error...what does that mean? Also any reference to how to refer parent/child modal ...
1
vote
1answer
173 views

Changing favicon from within a child frame

I have a domain parent.example that is set up by the provider to forward "with masking" to child.example. This means the URL "parent.example" remains in the address bar, and the content from ...
1
vote
2answers
473 views

Frameset causes URL to not change when navigating through the pages. Is there a way to get around this?

We have a website and one of its pages contains a frameset (we need to get data from another website). The problem is, once you get to the page that contains the frameset, the URL no longer changes ...
1
vote
2answers
1k views

Emulating frame-resize behavior with divs using jQuery without using jQuery UI?

I'm converting a site for a client from a frameset to divs. One feature that the client has is a sidebar that can be resized depending on how much space the user needs. Using frames the resizing of ...
1
vote
0answers
362 views

Internet Explorer quirk - Frameset rows & cols properties when dragging/resizing frames

Salut all, I'll try and keep this brief: In one of the visually gnarlier areas of the web app I'm responsible for I've written a couple of simple JS functions to store and recall the positions of ...
1
vote
2answers
123 views

Why the frames are not visible with this code?

<html> <link rel="stylesheet" type="text/css" media="screen" href="blogstyle.css"> <title>Welcome to my blog</title> <body> <frameset cols="10%,60%,30%" ...
1
vote
3answers
249 views

jquery click handler inside frame isn't working

I can't make the following code attach a click handler to the elements on the "main" frame. This code is in the frameset definition. <!-- #include file ="..\include\AuthenticationCheck.asp" ...
1
vote
1answer
147 views

Getting the height of a frame in javascript

I'm currently working in a system with a bit of a legacy presentation layer -- it uses frames (actual, in a frameset frames). To get some event handling up and running I would like to get events ...
1
vote
1answer
144 views

Frame content not appearing in Firefox

This simple frameset is not working in Firefox (IE7, 8, Chrome is okay). main doesn't appear but footer does. There's a frame window divider flush to the top of the screen, but even after pulling ...
1
vote
1answer
152 views

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?
1
vote
1answer
299 views

How to set frameset col value to a variable

This piece of code produces a page with two vertical columns: <frameset id="set" cols="*,*"> <frame id="frame1" src="index.html"> <frame id="frame2" src="index2.html"> ...
1
vote
1answer
149 views

Frameset sharing a javascript library

My website is currently using a frameset, and two frames use AJAX, and one other frame uses jQuery (just for animation). I'd like all the frames to have access to the jQuery library. But i feel it's ...
1
vote
1answer
48 views

JavaScript doesn't work in my frames?

I am making a homepage at the moment and I have made an edge around the "main page" with frameset... that was probably stupid, but now my JavaScript for some reason doesn't work?! What I want to do ...
1
vote
2answers
4k 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> ...
1
vote
1answer
228 views

jquery : how to test for Ready when document is in a FRAME and it contains a large image with an image-map?

I am encountering problems which I believe to be related to the document (inside a FRAME) not being quite ready to go, and would like to know what the best practices are for testing for "ready" using ...
1
vote
4answers
581 views

How do I include a frameset under CGI.pm?

I want to have a cgi-script that does two things. Take the input from a form. Generate results base on the input values on a frame. I also want the frame to exist only after the result is ...
1
vote
2answers
239 views

Frameset isn't working in IE

First of all, why use a frame set in the first place you ask? answer: Because my boss told me. That been said, I have 2 files. Index.html and Head.html. Contents of index.html: <!DOCTYPE HTML ...
1
vote
1answer
181 views

asp.net does not Redirect when in frameset

I have developed an application on asp.net. I uploaded it to my host. lets say http://myhost/app. My manager wrapped this address into an empty frameset on http://anotherhost/somename and sets the ...
1
vote
1answer
538 views

Frameset border problem in Internet explorer

Hello I am making a frameset page with the following code <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> <html> ...
1
vote
2answers
239 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 ...
1
vote
4answers
3k 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 ...
1
vote
1answer
144 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
738 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.
1
vote
1answer
212 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
1answer
783 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 ...
1
vote
1answer
1k 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