You are here: irt.org | FAQ | JavaScript | Redirect | Q456 [ previous next ]
Try:
<SCRIPT LANGUAGE="JavaScript"><!--
if (navigator.appName == 'Microsoft Internet Explorer')
location.href = 'y.htm';
else
location.href = 'x.htm';
//--></SCRIPT>