Ciao

var op = navigator.userAgent.indexOf("Opera");
if((op >-1)) {
location.href="opera.htm"
}


Massimo