473,809 Members | 2,772 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

loading docs into frames

How come my browser, namely ie6, can reload(or load from favourites) a
frameset and remember which documents were loaded into the frames
without a query string?
I need to capture this in javascript so I can make sure my frames are
inside the correct frameset yet still allowing users to load up with a
particularly favourite doc.
This is not done using a query string, or does not appear to be, so
how is it done?
For example I load a frameset doc named index.html which contains 2
frames namely header.html and main1.html, main1.html has a link which
loads main2.html into it's own frame. Now I add to favourites with
main2.html showing. Next I go to a completely different site, delete
all cache etc and close down IE. Then starting IE afresh I load the
saved favourite and with no query string it loads main2.html
AHA as this is driving me nuts.
Paul.
Jul 23 '05 #1
1 1152
Paul wrote:
How come my browser, namely ie6, can reload
Because it has the the frameset document it is memory cache.
(or load from favourites) a frameset and remember which
documents were loaded into the frames without a query string?
The Favorites item must somehow contain the URIs of the frame documents.
Posting the contents of the respective .url file in an IE group could
turn out to be helpful, maybe even looking into it yourself.
I need to capture this in javascript so I can make sure my frames are
inside the correct frameset yet still allowing users to load up with a
particularly favourite doc. This is not done using a query string, or
does not appear to be,
What do you mean with "does not appear to be (done using a query string)"?
so how is it done?


Hmmm. I can only think of cookies and/or information stored server-side
then.
PointedEars
Jul 23 '05 #2

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

Similar topics

13
1752
by: Fotozine | last post by:
well, after several months of learning, writing and developing my site, (and colecting hunderts of users in few days) one person have "included" my whole site under his domain. in frameset: <frame src="http://fotozine.org/.... what can I do to stop such things? not just for this particular person and his site, but in genaral? (sorry on my clumsy english)
1
3536
by: David | last post by:
Hi, I use the following page code to open a popup window - it works OK, but whilst the popup is loading you can see the URL in the title of the popup until it's fully loaded and then the title changes to whatever I put in the <TITLE></TITLE> Any way to force the popup to display the <TITLE> whilst the page loads? Thanks
1
1637
by: Alex Hunter | last post by:
is there a way to make one frame on a page load completely before the other frame starts loading?
2
2392
by: Mekon | last post by:
I have never written a line of script in my life but I need some help with it now. I have this auto generated code which I want to modify if possible The script generates a strip of thumbnails, and works quite well execpt that on dial up it is unbearably slow. The Thumbnails themselves are only 10kb but the total of them is a lot larger. and it appears to need to load them all before it will display any.
1
5166
by: StumpY | last post by:
Hi I have a code which works ok, except I would like to load the specified file in an inline frame (I1) on the page instead of a whole new page if at all possible - any help appreciated! Here is the function in the <head>; <script type="text/javascript"> function go() {
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
7
2280
by: mike | last post by:
I have a number of sources of javascript and don't really know the sequence of when each gets loaded. <SCRIPT FOR="window" EVENT="onLoad"> var tmp = "where are you"; </script> <script language="JavaScript"> alert(tmp); </script>
2
1457
by: pronerd | last post by:
Hi, I have a status bar that works in IE that I now need to get working in Firefox. It checks the status of a frame's .readyState attribute to see if the frame is done rendering. I am wondering what, if any, item I could test in Firefox to see if the frame is done rendering. The onLoad event will not work since it triggers as soon as a page is done downloading. The frames I am testing user Ajax and a lot of fancy JavaScript when they...
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
10637
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
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
10115
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
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
5687
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4332
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3861
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.