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>