+ Reply to Thread
Results 1 to 3 of 3

Thread: JavaScript help needed, please?

  1. #1
    surelynotme is offline Junior Member surelynotme is on a distinguished road
    Join Date
    Mar 2007
    Posts
    1
    Rep Power
    0

    JavaScript help needed, please?

    I have a website that used to work many years ago with an ancient version of Internet Exploder. One page of it doesn't work anymore because of some simple JavaScript thing that I don't understand.If you go to http://www.geocities.com/larrywph and click on the "About Me" link, you will see a frame come up on the left with the first link in the frame saying "Home". The thing pointed to by that link ("babywindow.html") is supposed to come up on the right automatically, but does not until you click on "Home". I don't understand why not.The JavaScript on that page is this short bit (to be continued):What would I have to do to get babywindow.html to come up without the user having to click "Home" first?Thanks.Thanks very much, everyone. Hardcoding that the index.html should go to babywindow.html is exactly what was needed.

  2. #2
    Nathan C is offline Junior Member Nathan C is on a distinguished road
    Join Date
    Mar 2007
    Posts
    1
    Rep Power
    0
    Not sure if it a script problem.in the "http://www.geocities.com/larrywph/stillness/index.html" file there will be a line that opens "http://www.geocities.com/larrywph/stillness/200718" in the right frame.this address need to be changed to "http://www.geocities.com/larrywph/stillness/babywindow.html"this should work

  3. #3
    rknoblock is offline Junior Member rknoblock is on a distinguished road
    Join Date
    Mar 2007
    Posts
    1
    Rep Power
    0
    From my experience working with JavaScript and frames, I would think you don't need the JavaScript if you always want the same two pages loaded into the frames when the page with the frameset is loaded. Just specify "babywindow.html" for the src on the frame on the right in your stillness/index.html page.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts