Torna al Thread
function redirect(t,ctl)
{
if (window.event!=null)
{
if (window.event.keyCode==13)
{
window.event.keyCode=0;
if (ctl.value=='')
{
alert('Inserire nel box del testo!');
return;
}
location.href='http://www.sitoweb.com/pagina.aspx?Parametro1=3';
return;
}
return;
}
}