Ver Mensaje Individual
  #10 (permalink)  
Antiguo 09/09/2004, 13:51
ferivcdlg
 
Fecha de Ingreso: septiembre-2004
Mensajes: 46
Antigüedad: 20 años, 8 meses
Puntos: 0
Por ejemplo este simple codigo no lo muestra:

<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<%
autor="Ivan Fernandez"
%>
Esta pagina fue creada hoy por
<font size="+4"></font><%autor%></font>

</body>
</html>
__________________
Feriv