Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript onClick handler not working

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #31807
    heartnet
    Member

    I’m using javascript to open the element “popupbox” when a button is clicked. but onclick is not firing for some reason. I’m new to this, any suggestion?

    Sign In












    #57896
    akeenlabs
    Participant

    Sorry, it’s working for me. Check your document type and browser. Make sure there aren’t any JavaScript errors anywhere. I tested in Chrome using HTML 4.01 strict.

    I’m not sure how exactly you plan to use this, but instead of using visibility, you might want to try “display: none” and “display: block” instead. But, then again, maybe not.

    Also, I highly recommend using jQuery for this kind of thing, but if you’re posted on here before you’ve probably been given this line before. Good luck.

    #57870
    heartnet
    Member

    @akeenlabs thanks for the suggestion

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.