473,809 Members | 2,708 Online
Bytes | Software Development & Data Engineering Community
+ 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 1648
In article <44************ *************@p osting.google.c om>, 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.h tml?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
1951
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 other words, some frames load, others don't. The status bar will say that a page is loading, but it will go on forever and the page will never load. There are no errors showing. If the entire page is refreshed, everything appears normal and will work
1
1453
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 "TheDesc.htm". However, if another page is called, I want to display this new page into the bottom frame in place of "TheDesc.htm". My problem is with the third document.write command in the SCRIPT section. document.write('<FRAME...
10
2039
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 fine, but the images aren't displayed, instead the alt text is shown. The images come up after you "Mouse Over" them but not before......can anybody spot any errors in my code which could be doing this please. For info, I have 4 images for each...
10
3372
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 id="m3"><a href="m3.php"><img src="m3.gif" alt="m3"></a></div> <div id="m4"><a href="m4.php"><img src="m4.gif" alt="m4"></a></div> <div id="m5"><a href="m5.php"><img src="m5.gif" alt="m5"></a></div>
1
2205
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 reload the company logo on top. Here is a good example of what I am trying to do. http://www.jetsonj2ee.com/ This website does exactly what I want. The links only load the contents below the company logo. How can this be accomplished?
1
1244
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 spite of the referenz <a href="http://www.hbcnet.de/"target="_blank">click</aworks. Thanks for helping. hbc
2
1709
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 onLoad="loadXML()"which loads a 8MB XML data in a DOM object like, <html>
0
2790
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 html page is replaced by another it takes some time to load but in the mean while a white screen appears and the whole thing appears mess. Can this white screen be avoided by any chance or can the frameset background be set to some background image...
0
9721
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9601
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10376
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9199
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7660
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6881
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5550
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3861
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3014
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.