Hi,
This is certainly a simple question, but I'm a newbie in JavaScript.
Is there a way to know if JavaScript is enabled?
My php script uses JavasSript to do something. If JavaScript is not
enabled, I can put a "submit" push button. But I don't want both (the
"submit" push button with the automatic action), so I want to know on
the fly which one I must use (whether JavaScript is enabled).
This is certainly a simple question, but I'm a newbie in JavaScript.
Is there a way to know if JavaScript is enabled?
My php script uses JavasSript to do something. If JavaScript is not
enabled, I can put a "submit" push button. But I don't want both (the
"submit" push button with the automatic action), so I want to know on
the fly which one I must use (whether JavaScript is enabled).
Comment