In HTML, the frameset element is a container for dividing a browser window into rectangular subspaces called frames.
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 ...
1
vote
2answers
412 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 ...
0
votes
2answers
63 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 ...
0
votes
2answers
155 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
2answers
743 views
JSP AND HTML FRAMESET
i am using framset in my html(GUI). my gui consits of four parts header, footer, side navigation and content page.
now i ave provide a functionality for log out button in the header frameset. After ...
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
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 ...
0
votes
1answer
137 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
46 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
86 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
45 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
283 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 ...
0
votes
1answer
161 views
jQuery timeout plugin with iFrames
I was trying to use the time out jQuery plugin below with iFrames
http://www.erichynds.com/jquery/a-new-and-improved-jquery-idle-timeout-plugin/
I am putting the main code on the page which has the ...
0
votes
1answer
76 views
Grabbing value of a Dynamic Element inside a Frame
I've been struggling with this for a few days now, I was hoping I could find some help here!
I have a simple html page which has two frames. The frameset looks like :
<frameset rows=15%,*>
...
0
votes
1answer
97 views
Scrape <frameset> contents using cURL
How can I use cURL to scrape from a page that hides the data I'm really interested in inside one of the frames of a <frameset>?
0
votes
1answer
245 views
jsp in a html frameset not compiled : weblogic
I have this simple code :
<%@ page import="java.io.*"%>
<%@ page import="java.util.Properties"%>
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
...
0
votes
1answer
157 views
How passing variable to frameset for muli search
I'm looking solution to make my searches as Google+Bing+Yahoo+ASk
i want using frameset to send query when send query show link as other search engine in top frame named header
i tried to send query ...
0
votes
1answer
605 views
Lightbox to appear over frames
I have a problem with site I'm adding functionality to, unfortunately it has a frameset with a number of frames within it. I want to make my lightbox appear above all the frames, full screen - is ...
0
votes
1answer
176 views
Send Frameset SRC as post request
<FRAME src="someurl">
</FRAME>
I need to send the someurl as post request. I have tried a lot. Can any one please help me?
0
votes
1answer
388 views
Capture onkeydown in top window
I try to capture onkeydown event in a window wich contains a iframe containing mutliple framset :
top.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
...
0
votes
1answer
308 views
Can you call forms with a POST from a frame
I have a classic ASP system that utilizes Frames today but I need to lock down the system for CSS and CSRF. I am newer to this language but have been serching for days and can't find the answer.
I ...
0
votes
1answer
523 views
Auto Scrolling in Frameset
I m using Frame set in my UI page.
I want to make auto scrolling in frameset in vertical and horizontal both.
I want scrolling Horizontal or Vertical any one or both when it needed.
My code is :
...
0
votes
1answer
2k views
Setting background color to variable in javascript
Ok, so I'm very new to Javascript and I was wondering how one goes about making the background color a variable. Specifically, I have three different frames, and I want two of the ones on the side to ...
0
votes
1answer
218 views
jumping to #anchor in frameset frame
I've got 3 frames in a frameset, and after one frame has reloaded I want to jump one of the other frames down to a particular anchor.
Does anyone know how to do that?
I've currently got this ...
0
votes
1answer
115 views
Make the frameset of a frameset scrollable?
First off, I know how to make a frameset scrollable.
The problem is I have a frameset within a frameset within a frameset.
I want to make it so that if the frameset of the frameset of the frameset ...
0
votes
1answer
149 views
how to make auto pull down menu works with frameset?
i failed many times. it's only works once. loaded once only. when i go to other option, it's not work. i copied the script from: http://javascript.internet.com/navigation/menu-auto-frames.html . ...
0
votes
1answer
705 views
How to update child iFrame's entire html (header+body) inside jQuery's post
I have a chat webpage for Firefox that is structured like this
..... Outer HTML
-----|......Frameset Frame
------------|...... header: contains jQuery post has returned data: rdata = ...
0
votes
1answer
102 views
Jumping out of Frame issue in IE
For some reason the right frame keeps jumping out of the frame set. When the frame is run independently, it works fine....
here is the URL: http://www.linkwell.info/test/
-1
votes
1answer
286 views
Displaying a div layer over a frameset?
i have two framesets like below
<FRAMESET ROWS="*, 0">
<FRAME SRC="index.php" FRAMEBORDER=0 id="contentfrm" name="contentfrm">
<FRAME SRC="music.php" FRAMEBORDER=0 ...
