You are here: irt.org | FAQ | JavaScript | General | Q1734 [ previous next ]
Use the noscript tag, for example:
<html> <head> <title>first disable JavaScript</title> </head> <body> <noscript> <form action="http://www.mozilla.org"> <input type="submit" value="go" </form> </noscript> </body> </html>