Ver Mensaje Individual
  #2 (permalink)  
Antiguo 03/03/2005, 06:45
Fabian olmos
 
Fecha de Ingreso: enero-2003
Ubicación: Caracas
Mensajes: 439
Antigüedad: 22 años, 3 meses
Puntos: 0
yo lo hago de esta manera

<%
If REQUEST("ERR")=1 Then

%>
<SCRIPT LANGUAGE = "VBScript">
Mensaje = "xxxxxx"
Estilo = vbExclamation
Titulo = "xxxxxxx"
Ayuda = "DEMO.HLP"
Ctxt = 1000
Respuesta = MsgBox(Mensaje, Estilo, Titulo, Ayuda, Ctxt)
form1.xxxx.value="(xxxxxx)"
document.form.xxxx.focus();
</SCRIPT>
<%
end if
%>

asi lo redirecciono a la pagina que me trae el parametro error

Response.Redirect("xxxxxx.asp?ERR=1")
if err.number then
response.write (err.description)
End if