Results 1 to 3 of 3

Thread: DD Tab Menu, javascript issue

  1. #1
    Join Date
    May 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default DD Tab Menu, javascript issue

    Script: DD Tab Menu
    http://www.dynamicdrive.com/dynamicindex1/ddtabmenu.htm

    I've customized one of the tabmenus you provided code for above, but I'm somewhat concerned with the fact that a small percentage of my website's visitors still have their javascript turned off.. Is there any way to detect this and, if so, configure the script to automatically display a message informing the visitors of this issue on the 2. level menu (which apparently becomes inactive anyway)?

    Help would very much be appreciated!
    Last edited by johndoeschmoe; 05-04-2008 at 12:27 PM.

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    You could use the <noscript> tag.
    Like this:
    HTML Code:
    <noscript>Sorry, but it seems you have JavaScript disabled, this is needed for the navigation. Please enable it.</noscript>
    Jeremy | jfein.net

  3. #3
    Join Date
    May 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Seems to work pretty great, thanks!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •