Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q925 How can I change the location of the current window, if the browser does not support JavaScript?

You are here: irt.org | FAQ | JavaScript | General | Q925 [ previous next ]

Use the NOSCRIPT tag in combination with a Refresh meta tag:

<html>

<head>

<noscript>
<meta http-equiv="Refresh" content="1;URL=http://www.irt.org>
</noscript>

</head>

<body>
...
</body>
</html>

Feedback on 'Q925 How can I change the location of the current window, if the browser does not support JavaScript?'

©2018 Martin Webb