I trying to make a javascript document reader in 2 frames.
The left frame displays the document, the right frame shows a list of document links.
This is as far as I got
http://www.geocities.c om/viewdoq/opening.htm
(there are Firefox and Ie, and Ie version incompatiblitie s and clean-up which I will work on later)
Does anybody have one ready made?
I'd like to load the document and move...
User Profile
Collapse
-
save scroll position in cookie for postback
-
Thanks to acoder for cleaning up my post.
Thanks to Harpereet for your response.
I didn't uderstand it at first, but I tried it out.
in 02.htm, the \ worked in
<a href="sub\03.ht m" target="_L">loa d 03.htm into _L</a>
but based on the response, I changed it to
<a href="sub/03.htm" target="_L">loa d 03.htm into _L</a>
it... -
problem loading another frame
i'm a total newbie, been at this for 3 days.
The sample below works. It consists of 4 separate htm files.
Lauch 01.htm creates 2 frames _L, _R and _R has a link which when pressed will load 03.htm into _L and 03.htm will load 04.htm into _R.
When all files are in the same directory it works
When 03.htm is stored in a sub-directory (called sub) below the other files, the load
...
No activity results to display
Show More
Leave a comment: