Question about <noscript>

Discussion in 'JavaScript' started by lokielookies, May 13, 2008.

  1. #1
    On my pages, I'm calling several javascripts. Do I need to add the noscript tag to every piece of javascript code, or can I place it once of the page?? :confused:


    <noscript>This page uses Javascript. Your browser either
    doesn't support Javascript or you have it turned off.
    To see this page as it is meant to appear please enable javascript.</noscript>
    Code (markup):
     
    lokielookies, May 13, 2008 IP
  2. vpguy

    vpguy Guest

    Messages:
    275
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You only need it once. I would recommend putting it near the bottom of the page, right before the closing </body> tag.
     
    vpguy, May 14, 2008 IP