Ver Mensaje Individual
  #12 (permalink)  
Antiguo 03/06/2004, 02:36
rrufo
 
Fecha de Ingreso: enero-2002
Mensajes: 1.438
Antigüedad: 22 años, 10 meses
Puntos: 0
pego el codigo con la esperanza de q algun dia una especie superior soluciones el problema

Código HTML:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<%
 If (CStr(Request("MM_insert")) = "form2") Then 
 %> 
    <script language="JavaScript">
      alert("no Válido");
[B]      history.back();[/B]
    </script>
<%end if %>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script>
[B]  if (history.forward(1) && document.referrer!="pag1.asp"){location.replace(history.forward(1))}[/B]
</script> 

</head>

<body>
<form ACTION="<%=MM_editAction%>" METHOD="POST" name="form2" >
  <input type="submit" value="Insertar">
  <input type="hidden" name="MM_insert" value="form2">
</form>
</body>
</html>