PDA

View Full Version : Weird problem, I have seen it twice but I have no idea what to do.


MikoLone
06-19-2002, 11:06 PM
I had to make this page for my computer class. I tried to add these videos into it but for some reason the first one you click on works but the rest don't. But if you close the bowser and re open it to the same page click a different link it will work but the rest will not. Does anyone know what is going on?

here is the page.

http://www.geocities.com/hop98008/videos.html

x_goose_x
06-19-2002, 11:16 PM
can't test the popups cuz they don't work on my messed up pc, but I think it might be this line:

if (winpop && !winpop.closed)

try just using:

if (!winpop.closed)

because winpop doesn't return a true or false it returns a null.

MikoLone
06-19-2002, 11:40 PM
Thanks for looking at that. I commented out that code that shuts the window but it still doesn't work. It is too bad your pc is messed up because this is the stangest problem I have ever seen. Thanks for the help.