<noscript>

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • h3lp
    New Member
    • May 2007
    • 15

    <noscript>

    Hello, can someone help me how to use this tag?
    I need to create a website that has the ability to check whether Javascript is enabled or not in user's browser.
    I've seen www.wowhead.com , but i just still can't figure out how to do something like that?
    Can someone pls guide me? I'm desperately need this for my final project.
    Thanks in advance
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Put the HTML content that you want to appear when Javascript is disabled in the <noscript> tags, e.g.
    [HTML]<noscript>You ave Javascript disabled</noscript>[/HTML]

    Comment

    Working...