Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q1734 How can I display something on the page if JavaScript is disabled without first testing from another page?

irt.org | Knowledge Base | JavaScript | General | Q1734 [ previous next ]

Q1734 How can I display something on the page if JavaScript is disabled without first testing from another page?

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>

Feedback on 'Q1734 How can I display something on the page if JavaScript is disabled without first testing from another page?'


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb and Michel Plungjan
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.