Hello friends.
How to create a dialog with data for Registrations and Modifications with mod_harbour
function main
TEMPLATE
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<h1>This is a heading</h1>
<p>This is a paragraph.</p>
<form>
<label for="nombre">Nombre:</label>
<input type="text" id="nombre" name="nombre"><br>
<label for="apellidos">Apellidos:</label>
<input type="text" id="apellidos" name="apellidos"><br>
<label for="direccion">Direccion:</label>
<input type="text" id="direccion" name="direccion"><br>
<label for="correoelectronico">Correo electronico:</label>
<input type="text" id="correoelectronico" name="correoelectronico"><br>
<label for="telefono">Telefono:</label>
<input type="text" id="telefono" name="telefono">
<br>
<br>
<br>
<input type="reset" value="Cancel" >
<input type="submit" value="Accept" >
</form>
</body>
</html>
ENDTEXT
return
//----------------------------------------------------------------------------//
Users browsing this forum: No registered users and 3 guests