posto il codice che sto usando... che attualmente non va!
Dove sbaglio?<script language="JavaScript">
<!--
// loc = window.top.location.toString();
user = window.top.location.search.substr(window.top.locat ion.search.lastIndexOf("/") + 1);
loc = 'http://www.miosito.com/index.php?user='+user;
document.write('<META HTTP-EQUIV="refresh" CONTENT="3; URL='+loc+'">');
document.write('<div align=center><font face=arial size=2>');
document.write('<a href='+loc+'><font face=verdana>');
document.write('Se non viene automaticamente reindirizzato, clicca quì</a></div></font>');
//-->
</script>
Grazie