User Profile

Collapse

Profile Sidebar

Collapse
wmbrae
wmbrae
Last Activity: Apr 20 '08, 04:34 AM
Joined: Apr 4 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • wmbrae
    started a topic save scroll position in cookie for postback

    save scroll position in cookie for postback

    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...
    See more | Go to post

  • wmbrae
    replied to problem loading another frame
    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...
    See more | Go to post

    Leave a comment:


  • wmbrae
    started a topic problem loading another frame

    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

    ...
    See more | Go to post
    Last edited by acoder; Apr 4 '08, 11:27 AM. Reason: Added code tags
No activity results to display
Show More
Working...