Tagged Questions
0
votes
1answer
66 views
HTML Page Layout Change at Runtime
A HTML page contains three frames.
<frameset cols="30%, *">
<frame src="frame_a.htm">
<frameset rows="60%, *">
<frame src="frame_b.htm">
<frame ...
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
3answers
90 views
html: Putting a background under a frameset
What I am trying to do is probably very simple. I currently have frames in my index.html. I have a top, left, right bottom and center frame. This makes my page look pretty awkward. Here is my ...
0
votes
1answer
127 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
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" ...
1
vote
2answers
84 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 ...
0
votes
2answers
335 views
how to pick element inside iframe using document.getElementById
i have a iframe like this
<iframe name="myframe1" id="myframe1" width="100%" height="100%" src="a.html">
<html>
<head></head>
<frameset name="myframe2" cols="0%, ...
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 ...
1
vote
2answers
69 views
Tinymce with FrameSet not working?
i am using tinymce attached with Textarea in my project. It works great. But when text area is inside frameset, it does not work.
here is small code snippet of textarea inside frameset. It works as ...
0
votes
1answer
122 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" ...
1
vote
2answers
166 views
How to create transparent frameset?
I want to create a page with 3 frames in a frameset.
My Home.html is the main page, with 3 frames, which is Header.html, Announcement.php and Footer.html.
<frameset rows="10%,*,5%" noresize ...
0
votes
1answer
106 views
How to close frameset?
I have a page where i have used framsets.
Top Frame = header information(Like logout, login user information etc)
left Frame = Menu Items
Center Frame = Data pages for the corresponding clicked menu
...
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. ...
1
vote
2answers
275 views
Is there an alternative to using Frames to combine multiple aspx files into a single page?
I am rewriting a site that contains around 10 separate frames which each display a bunch of separate aspx files.
Is there a modern-day equivalent to using Frames for combining multiple aspx files, ...
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 ...
-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"
...
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
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
1answer
671 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
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 ...
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
3answers
96 views
Javascript/HTML - “This page is not loaded within the correct frameset”
Working through a javascript book that wants me to make a simple factorial calculator and I keep getting the error "This page is not loaded within the correct frameset" when I click the calculate ...
0
votes
3answers
52 views
Any inherent bad effects to framesets?
I've got a client who wants to have their site shown through a frameset, something like:
<frameset rows="100%,*" border="0">
<frame src="http://www.real-site-address.com" frameborder="0" ...
-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 ...
-1
votes
1answer
284 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 ...
1
vote
2answers
203 views
Google and Amazon won't work in frames?
Am I missing something?? This code, which I think is fine, comes up with an empty page. If you change one of the URLs to facebook.com, that won't load either. Are Google, Amazon and Facebook all ...
1
vote
1answer
50 views
How to access via javascript that exists in page1.aspx, a hidden field that exists in page2.aspx in a frameset of two frames
Is there a way to access via javascript that exists in page1.aspx, a hidden field that exists in page2.aspx?
<frameset rows="*, 70px" border="0">
<frame noresize ...
0
votes
0answers
138 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
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
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
744 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 ...
0
votes
1answer
108 views
How to represent invisible name-value pair data associated with HTML table row?
Background
I am presenting data using a HTML frameset. The left-side frame is a navigation tree-table constructed as an HTML table. Only minimal data is shown in this frame because I want to use ...
0
votes
1answer
146 views
How to prevent double-refresh on frameset
I have a situation where pressing F5 or CTRL+R causes a frameset to load a frame twice. It happens on localhost, but as I've just put together an example for this question and uploaded it, I notice it ...
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" ...
1
vote
2answers
492 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 %>
...
0
votes
2answers
243 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
4answers
593 views
using frameset in Spring 3
I am a newbie to Spring 3 , and am learning on my own. I have run into a issue regarding framesets.
In my page , I have included 3 framesets , something like this
<frameset rows="10">
...
1
vote
2answers
349 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
737 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,*" ...
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
239 views
Downloading same JS file from 2 frames within parent page
I am working with a page that contains two frames. Each frame calls a page that then calls the same javascript file in a script tag. It appears that sometimes the browser will have cached the js ...
0
votes
2answers
731 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 ...
1
vote
1answer
582 views
Alternative to frameset in jsp
I have login button in the left side of the web page, now I want this to be available at any page in my site, however I don't want to reload the whole page all the time, when the user login I want to ...
1
vote
1answer
384 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
527 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 ...
0
votes
5answers
460 views
How to animate two jquery objects together
I want to animate two jquery OBJECTS at the same time (using the jquery slideUp method)
I have two divs that have already been 'cached' into a variable like so:
var div1 = $('body').find('#someId');
...
0
votes
2answers
194 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 ...
1
vote
1answer
96 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 ...


