0
votes
0answers
113 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. ...
0
votes
1answer
61 views

Toggle frame within multiple framesets

Following situation: <frameset> <frame id="top"></frame> <frameset id="innerframe"> <frame id="nav"></frame> <frame id="main"> ...
0
votes
1answer
124 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
1answer
91 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
34 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
1answer
61 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
2answers
44 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 ...
1
vote
2answers
79 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 ...
8
votes
1answer
210 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 ...
0
votes
2answers
339 views

Javascript window.frame.location on page load

I'm trying to change the location of an adjacent frame on page load with Javascript. I have a page with a frameset: <html lang="en"> <HEAD> <link rel="icon" type="image/x-icon" ...
1
vote
1answer
53 views

Positioning a frameset or frame

First of all: I know that it is not smart to use a frameset or frame, I know that, but this is a special case and I want to have just one simple answer: Can I position a frame or frameset, which is ...
0
votes
2answers
150 views

How to click-drag the contents of a frame with jQuery?

I am attempting to enable click-and-dragging (similar to the touch-drag interaction one might enjoy on an iPhone or an iPad) on a frame within an old-school frameset. The functionality I'm looking ...
0
votes
0answers
191 views

How to get cross-frame menu working?

I have problems with a dropdown menu in framesets: it is not visible, because I use a frameset. There is not much to find, but I found something really interesting and now I want to implement it, but ...
1
vote
0answers
184 views

Dijit ContentPane does not render a frame or frameset

I came across a problem today when I trying to render content from an external source into a dijit.layout.ContentPane. HTML <div id="someId"></div> JS var cp = new ...
-2
votes
3answers
42 views

Need help in creating two columned website

I have to create a two columned website with menu at left and content on right. I have this index file- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" ...
1
vote
2answers
550 views

Jquery and frame click event

I want to make an auto-click event for frame 1 after 4 seconds when link.php is loaded. My code for Link.php is <html> <head> <meta http-equiv="Content-Type" content="text/html; ...
1
vote
0answers
35 views

Frames Not Adhering to Set Size

Just doing a small PHP assignment in which I am making use of frames to set apart a user interface. The frames themselves are working fine, however the three columns I have defined as 150,700,200 ...
-4
votes
2answers
97 views

How to put this code into a table?

My code is this: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <html> <head> <title> Prueba ...
1
vote
1answer
86 views

Is it a website with frames and framesets well designed?

I'm working on a webpage and I'm using frames. I'd like to make it using tables, but I don't know how to implement each part of the frame into a table. So, my question is, is it well designed? If ...
0
votes
0answers
137 views

Frames mouse event is working but key events are not

I am using three frames in my page. One of them is for menu. The other two is google map and the second one is a frame that shows panorama views using webGL. There are keyboard events in panorama ...
0
votes
2answers
137 views

Is there a way to change the title of index.html from page in the frame by using JavaScript? [duplicate]

Possible Duplicate: How to change window title from a frame in javascript? In my index.html file I have 3 frames. I want to change the title of index.html from one of the pages in frames. ...
0
votes
1answer
740 views

Redirect out of frame page to specific frame in index.htm

I am using frames on index.html file. On every page of the frame I have a code which checks if page is in frame, and if not, then redirect to index.html. Now. I want to not only check if page is in ...
1
vote
1answer
254 views

frame is not showing the source at all

Ok so I have the following frameset, <frameset cols="30%,70%"> <frame src="left.html" /> <frameset rows="50%,50%"> <frame src="top.html" /> <frame src="bottom.html" ...
0
votes
2answers
242 views

Updating frameset frame contents using Ajax and PHP

I have two frames - left frame contains menu options created using css and right frame displays the php page which is executed depending upon menu option clicked in left frame. I have a php page ...
0
votes
1answer
252 views

Dynamically insert a frame inside a frameset as first frame in native javascript?

var m = document.getElementById('mainframeset'); m.appendChild(newFrame); inserts a frame inside a frameset as last frame. What I want here is to insert the frame as the first frame. Something like ...
2
votes
1answer
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
2answers
193 views

Can't find frames children

I'm maintaining an old site that uses frameset/frames. I wan't to attach a handler to the main frame so when the user clicks the body somewhere an alert will pop up. I've been banging my head for a ...
0
votes
1answer
969 views

Cross Domain with frames

I have one html page with url : http://server1/phone_app which loads a frames from the url: http://server2/directory_app in the contained frame (directory_app), I need the displayed URL in the ...
3
votes
1answer
4k 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" ...
1
vote
1answer
448 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 ...
0
votes
1answer
176 views

Binding to an id in a frame that's showing a third-part website

a) I have an html page that looks like this: <html> <head> <title>Page Title</title> </head> <script type="text/javascript"> document.write('<FRAMESET ...
3
votes
1answer
432 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). ...
-1
votes
1answer
1k views

frames not showing

i'm trying to use frames, but they aren't showing up. I tried using the exact sample (with srcs to my pages) from w3schools, but still when the page loads the frames don't. There's no error provided ...
0
votes
1answer
92 views

HTTP redirects showing ip address

I have a domain name on 1&1 and a VPS on Linode. I noticed that my site was enclosed in a frameset which I didn't create. I checked nginx and jetty in the VPS but none of them created the ...
2
votes
0answers
637 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 ...
3
votes
1answer
2k 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, ...
1
vote
1answer
1k views

Registering the onload event for a frame using addEventListener/attachEvent

I add an event to a frame using the inline syntax: <FRAME SRC="s.htm" NAME="WINCONTENT" onload="alert( this )"> This works (=the event fires whenever a new URL is loaded), except that I'd ...
0
votes
2answers
2k views

target=“_top” emulation using JavaScript

Suppose we have frameset of with 2 frames, one frame is kind a tiny horizontal header and second is kind of "content" frame with 3rd-party html page inside. When user clicks on some link inside ...
1
vote
1answer
309 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 ...