Codice PHP:
var HM_DOM = (document.getElementById) ? true false;
var 
HM_IE = (document.all) ? true false;
var 
isNS4 = (document.layers) ? true false;

if (
HM_DOMlocation.href="pagina0.html";
if (
HM_IElocation.href="pagina1.html";
if (
HM_isNS4location.href="pagina2.html"
Ciao!