 
			
				06/08/2002, 12:17
			
			
			     |  
      |    |    |    Fecha de Ingreso: abril-2002  
						Mensajes: 118
					  Antigüedad: 23 años, 6 meses Puntos: 1     |        |  
  |      Re: Incrustar o agregar asp en codigo JavaScrip        en html, lo que hago esa asi:   
<html> 
<head> 
<title>Untitled Document</title> 
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 
</head>   
<body bgcolor="#FFFFFF" text="#000000"> 
<%=Request.Form("FICHA")%>)   
</body> 
</html>   
LO quise hacer asi , pero no me funciona   
function MM_validateForm()  
{ //v4.0 
var i,p,q,nm,test,num,min,max,errors="",args  =MM_validateForm.arguments; 
for (i=0; i<(args.length-2); i+=3)  
{  
test=args[i+2]; val=MM_findObj(args); 
if (val)  
{    
nm=val.name; if ((val=val.value) ==<%=Request.Form("FICHA")%>)  
alert("The following error(s) occurred:\\n"+errors); 
}   
} 
} 
//--> 
</script>             |