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):
2007-03-18
12:19:43
·
2 answers
·
asked by
Larry
6
in
Computers & Internet
➔ Programming & Design
2007-03-18
12:20:00 ·
update #1
What would I have to do to get babywindow.html to come up without the user having to click "Home" first?
Thanks.
2007-03-18
12:20:45 ·
update #2
Thanks very much, everyone. Hardcoding that the index.html should go to babywindow.html is exactly what was needed.
2007-03-18
13:01:17 ·
update #3