Ver Mensaje Individual
  #3  
Antiguo 10-07-2007
Rony Díaz Rony Díaz is offline
Registrado
 
Registrado: jul 2007
Posts: 4
Reputación: 0
Rony Díaz Va por buen camino
Wink Template con accion

Q tal compañero, logré que funcionara con template y ejecute las acciones necesarias, faltaban unas líneas necesarias en el html, a continuación te pogo mi ejemplo... resalto las lineas necesarias
<HTML>
<HEAD id=Head>
{$HeaderCode}
</head>
<TITLE>hola | mundo</TITLE>
<body>
{$StartForm}
<form id="form1" method="post">
<div style="width:300px; background-color:Lime;">
<h1 style="font-family:Agency FB; font-size:16pt;">Login</h1>
<p style="font-family:Berlin Sans FB;">Ingrese por favor su nombre para saludarlo</p>
{$txtNombre}
{$btnAceptar}{$Button1}
<br />
<br />
<div style="font-family:Broadway; color:Red;">
{$lblMensaje}
<br>

<br>

</div>

</div>
</form>
{$EndForm}
</body>
</html>
Responder Con Cita