Web Analytics Made Easy -
StatCounter Weird problem, I have seen it twice but I have no idea what to do. - CodingForum

Announcement

Collapse
No announcement yet.

Weird problem, I have seen it twice but I have no idea what to do.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Weird problem, I have seen it twice but I have no idea what to do.

    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.

    Latest news coverage, email, free stock quotes, live scores and video are just the beginning. Discover more every day at Yahoo!
    I try to convince 'em that I am computer geek, but I just can't do it. Why? Oh why?

  • #2
    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.

    Comment


    • #3
      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.
      I try to convince 'em that I am computer geek, but I just can't do it. Why? Oh why?

      Comment

      Working...
      X