473,465 Members | 1,922 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Loading the correct frameset with page

Ian
Here's an interesting delema.

I have two on-line manuals built with frames. Each has a unique
frameset. Some of the pages have related material and are linked.

Is there a way to have a page from Manual B called from manual A,
which will cause Manual B's frameset to load? In other words, I do
not want Manual B's page to load into the wrong frameset as the
navigation information will be wrong.

The same process should work for linking to Manual A from B.

Any thoughts? Much appreciated.
Jul 23 '05 #1
1 1613
In article <44*************************@posting.google.com> , ia*@hubling.com
enlightened us with...
I have two on-line manuals built with frames. Each has a unique
frameset. Some of the pages have related material and are linked.

Is there a way to have a page from Manual B called from manual A,
which will cause Manual B's frameset to load? In other words, I do
not want Manual B's page to load into the wrong frameset as the
navigation information will be wrong.

The same process should work for linking to Manual A from B.

Any thoughts? Much appreciated.


In each page that is supposed to be framed, put in a check to make sure it is
in the proper frame, and break out and reload as appropriate.
You will need dynamic framesets to achieve this properly, with the page
loaded in the frameset. This will also prevent other sites from framing you.

Then the pages link like so:
<a href="http://myserver.com/myFramsetPage.html?pageToLoad=somePage.html">
some link</a>
The page somePage.html has code that checks to see if it is the proper
frameset. It sees it isn't, then reloads the frameset with itself as
pageToLoad. The frameset loads and sets the right page in there.

I posted javascript for a dynamic frameset yesterday, IIRC. Server-side is
better, but if you don't have that, you can use JS.

HTH
--
--
~kaeli~
If you don't pay your exorcist, you get repossessed.
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace

Jul 23 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Rob Douglass | last post by:
Hi Everyone, I've started a new job and my first task is to find a fix for the following problem: When users visit our main login page (4 frames), one of the frames (1-3) will not load. In...
1
by: RichardM | last post by:
I have the following HTML page (see bottom of message) that consists of a frame with two windows. The top window is always the menu, and the bottom window is by default a document named...
10
by: John Ortt | last post by:
Hi Everyone, I have created a Javascript menu for my site which uses frames. The first stage loads fine but I want two drill down menus ("About Me Menu" and "Projects Menu"). The pages load...
10
by: windandwaves | last post by:
Hi I have the following html: <div id="menu"> <div id="m1"><a href="m1.php"><img src="m1.gif" alt="m1"></a></div> <div id="m2"><a href="m2.php"><img src="m2.gif" alt="m2"></a></div> <div...
1
by: Jessica Weiner | last post by:
I have a website with the company logo on top. Underneath the logo there is a menu which has links. When the user clicks on a link, I want to be able to take them to that page without having to...
1
by: hbcpl | last post by:
Hi, is there a metaTag for refreshing a new page in a new window? <meta http-equiv="refresh" content="20; URL=http://www.hbcnet.de/"target="_blank"> opens the new page in the old frameSet in...
2
by: kravikiran | last post by:
Hi I have 2 frames in a main frameset. frame1 (top) ,frame2 (bottom) In top frame (frame1) i have my text box where i enter my search string. Also I am calling onLoad in <body...
0
by: vinayakk | last post by:
Hello webies, I have a problem with loading html pages in frameset. I am using location.href to load html pages one by one upon the user request and these pages in turn load flash files. When one...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.