tell if java script is running..

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ruskin

    tell if java script is running..

    How do I tell if java script is running or enabled on the client PC... I
    have a lot of java code that I am using, but need to redirect the window to
    a 'non-supported' page, if java script is not running. I can't do it in
    javascript and am not sure how to do this in asp....



  • Ruskin

    #2
    Re: tell if java script is running..

    Oooppppssss... Sorry, found the answer (was pretty simple)...

    Just stuck some code in the <noscript></noscript> tag....


    "Ruskin" <ruhardie@nospa m.xtra.com> wrote in message
    news:PqNxc.370$ s52.20213@news. xtra.co.nz...[color=blue]
    > How do I tell if java script is running or enabled on the client PC... I
    > have a lot of java code that I am using, but need to redirect the window[/color]
    to[color=blue]
    > a 'non-supported' page, if java script is not running. I can't do it in
    > javascript and am not sure how to do this in asp....
    >
    >
    >[/color]


    Comment

    Working...