ciao
prova a scrivere così:
codice:
<head>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_goToURL() { //v3.0
var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
//-->
</script>
</head>
e poi:
codice:
<body>
<input name="Submit" type="button" style="cursor:hand" onclick="MM_goToURL('parent','http://www.extrowebsite.com/');return
document.MM_returnValue" value="Link" />
</body>
dovrebbe essere quello che hai kiesto.
ciao