:: Forum >> Version 1 >>
Redirect on Double click
Is it possible to rediredt browser on click on row.
I would like to pass get parameter to another page..
Thanks
vens
Wednesday, February 4, 2004
Alex (ActiveWidgets)
Wednesday, February 4, 2004
Yo utilizo la suguiente función trabajando en ASP no se si te valdra
function mensajeErrores(){
var error;
error = "<%=Request("error")%>";
if(error != ""){
alert(error)
}
}
Alejandro
Thursday, February 9, 2006
This topic is archived.
Back to support forum
Forum search