menu on master page and <noscript> tag

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • phpmel
    New Member
    • Oct 2007
    • 69

    menu on master page and <noscript> tag

    hi guys,

    here is my problem,

    i have a masterpage that has a menu. on my homepage, i added the <noscript> tag to verify if the user has scripting enabled or not in the browser. When scripting is disabled and the error message is shown, the menu which is part of the masterpage,is disabled also so unless the user enables scripting,then the menu is non functional.

    i wanted to know why this is happening because even though javascript is not enabled, my website would still be functional

    please explain.
  • Curtis Rutland
    Recognized Expert Specialist
    • Apr 2008
    • 3264

    #2
    Many of the .NET components use Javascript. Menu is one of them. If javascript is disabled, you can't use it.

    Comment

    Working...