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

learn more… | top users | synonyms

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 ...
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 ...
2
votes
1answer
220 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 = ...
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 ...
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" ...
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 ...
1
vote
1answer
730 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
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 ...
1
vote
1answer
221 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 ...
0
votes
1answer
18 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 ...
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
125 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 ...
0
votes
1answer
42 views

Scroll whole window according to second frame in frameset

I have frameset with two frames. First is a fixed height one and second can have different heights. How could i implement solution that would scroll whole window according to second frame, so the ...
0
votes
1answer
120 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" ...
0
votes
1answer
44 views

frameset tag is working while I have imported strict.dtd

Problem: tag is working while I have imported statement as a firstline in html page. Problem Description :- I have created a page TestingDoctype.html <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML ...
0
votes
1answer
83 views

Using framesets with Google appengine

I was wondering if anyone could show me an example for using html framesets with google appengine for python 2.7. What i want to do is have two frames, one static frame containing a sidebar with ...
0
votes
1answer
43 views

targeting parent element with twitter button

i'm trying to do something a little bit tricky here. i'm having a FRAMESET page with 2 frames , header and content (this one is variable). The page url looks like page.php?url=xxx (xxx will be the ...
0
votes
1answer
669 views

window.location.hash = “”; forces frameset reload on Chrome and Safari

I have the following page: <head> <script type="text/javascript"> $(document).ready(function(){ var hash = window.location.hash; var src = hash.substring(1); //remove # ...
0
votes
1answer
263 views

Open XPage document inside a Frameset

Scenario, A scheduled agent send the link of documents via email notifications to users about documents that require action from the user. Upon clicking the link from the email, I would like the link ...
2
votes
0answers
240 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 ...
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 ...
1
vote
0answers
62 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
0answers
37 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
0answers
151 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 ...
1
vote
0answers
148 views

IE9 Document Mode in a frameset frame

I support an old, very large app with antiquated tabs, tree views, context menus, and a frameset. It is laid out with navigation tabs and tree views in a left frame and a data entry frame on the ...
1
vote
0answers
86 views

Dragging from one view to another in a frameset does not execute PostDragDrop

I have two side-by-side views in a frameset, one outline view and one calendar view. On the calendar view, I can drag between dates, my code perfectly executing. However, when I try to drag from my ...
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 ...
1
vote
0answers
53 views

how to restrict the page content becoming large at the time of split the old frame into multiple frames?

I have the frameset like this, index.html <frameset rows="137px,*" border="0" > <frame src="first.html" scrolling="no" noresize="noresize"/> <frame src="second.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 ...
1
vote
0answers
235 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
0answers
704 views

Why page_load is called twice in my web application?

I have already gone through some of the posts in many websites regarding page_load being called twice but my problem is little bit different from those. My problem is with the landing page of my web ...
0
votes
0answers
15 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 ...
0
votes
0answers
17 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
0answers
114 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
0answers
32 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: ...
0
votes
0answers
46 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
264 views

How to pass value from text box in frame1.jsp to frame2.jsp after click submit button

I have an index.jsp, frame1.jsp called and I need to pass the value in text box from frame1.jsp to frame2.jsp after click the Submit button to make database connection. I encountered error to do so. ...
0
votes
0answers
74 views

No render when I create body object outside frameset

I am making a bookmarklet, which is a javascript that extracts images of a web page. The mechanism of my bookmarklet is: extract all the images inside the HTML document and inside frames of the HTML ...
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 ...
0
votes
0answers
21 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
0answers
167 views

Can't see dropdown list items on web page

On my website you can click on "SEARCH" at the top, which will show a dropdown menu. The first list item is visible, but the rest of them are invisible (just click on search and you will see what I ...
0
votes
0answers
106 views

can the loading iframe be transfered to popup if it takes too long to open?

I have a web app that does a lot of background processing and I'm trying to see if there's a way to transfer iframe that is loading response to a popup, without reprocessing request, but continuing ...
0
votes
0answers
238 views

Div Touch Scrolling not working on Mobile Safari (w/ Framesets)

We've tried using the "-webkit-overflow-scrolling: touch;" property, and with a standalone web page, it will work. But if the page is embedded in multiple framesets, the single touch scrolling will ...
0
votes
0answers
102 views

passing google plus button hover and confirmation bubbles outside of frame call of menu.htm to index.html frameset

I have a pretty old website, and wanted to include the google +1 button. This works great! But I don't want to have the button included in every single .htm file for each page. Rather, I want it to ...
0
votes
0answers
152 views

How to set a transparent background works with chrome in frameset?

In a frameset code, i have an url which needs to be transparent on its page. I've tried to put style="background-color:transparent" in the < frame src=... style=....> but nothing works. Please ...
0
votes
0answers
109 views

HTML Pull Down Menu that calls a Frameset convert to PHP

I am trying to port hard coded html files to php and as a "non programer" its realy driving me nuts. Simply said, this creates a pull down list at the top of the site were you can choose an option, ...
0
votes
0answers
33 views

how can I open a frameset?#file at a specified #topic marker?

I need to open a frameset, go to a specified file, and open at a specified location. Here's the filename string I'm trying to open... ...using... String filename = ...
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
0answers
16 views

crass frame scripting

From FRAME A, I'm trying to access the content of FRAME B, which is loaded in from a different server. Is there a way of doing that? Can I assign everything on the page contained in FRAME B to a ...
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" /> ...

1 2