You are on page 1of 5

<%@ page languaje="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!doctype HTML public "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.

dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-88591"> <title>Inset title here</title> </head> <body bgcolor="#e9e9e9"> <jsp:forward page="faces/welcomeJSF.jsp" /> </body> </html>

<html> <head> <title>Pagina Exito</title> </head> <body topmargin="0" leftmargin="0" bottommargin="0" rightmargin="0" > <table cellpadding="0" cellspacing="0" border="0" height="100%"> <!-- DWLayouTable --> <tr> <td height="2"></td> </tr> <tr> <td width="1" height="491" rowspan="9">&nbsp;</td> <td width="985" valign="top"> <table width="100%" height="65%" border="0" cellpadding="0" cellspacing"0"> <!-- DWLayoutTable --> <tr> <td width="984" height="102" align="center" valign="bottom" style="padding-bottom:15px;padding??o-left:20px;"> <br> <br> <br> <h2><font face="Arial" color=#008000"><b>Operaci&oacute;n realizada con &Eacute;xito</b></font> </h2></td> </tr> <tr> <td height="63" valign="middle"> <div align="center"> <A HREF=" pag_bandeja.jsp "><font color="#FFFFFF"> Ir a P&aacute;gina Principal </font> </font></a> </div></td> </tr> <tr> <td height="170">&nbsp;</td> </tr> </table></td> </tr> </table> <body> </html>

<style> td{font-family:Tahoma;font-size:11px;} a{color:#000000} a:hover{color:#6F6F6F} .cap{font-weight:bold;text-decoration:underline;} .menu{color:#000000;text-decoration:none;} </style> </head> <body class="def" leftMargin="0" topMargin="0" rightMargin="0" bottomMargin="0" marginwidth="0" marginheight="0"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td colspan="2" height="34" background="img/footer.jpg" align="center" style="color:#ffffff"> <a href="http://www.techeras.com" >Copyright 2007 techEra</a> </td> </tr> </table> </body> </html>

<%@ page import="java.sql.*" %> <HTML><HEAD><TITLE></TITLE> <%@ page import="java.util.*" %> <%@ page import="java.io.*" %> <link href="css/estilo1.css" rel="stylesheet" type="text/css"> </HEAD> <SCRIPT Languaje="JavaScript" src="js/funciones.js"></SCRIPT> <SCRIPT languaje="javascript"> funcion ingreso() { var params = ""; var file = ""; var nombre = ""; var apellidos = ""; var cuenta = ""; nombre=document.form datos.tx_nombre.value; apellido = document.form_datos.tx_apellidos.value; //hasta = document.form_datos.sle_hasta.value; if (Validarcampovacio (document.form_datos.tx_nombre.value)== false) { alert ("Ingresar nombres"); document.form_datos.tx_nombre.focus(); return false; } if (Validarcampovacio (document.form_datos.tx_apellidos.value)== false) { alert ("Ingresar apellidos"); document.form_datos.tx_apellidos.focus(); return false; } if (Validarcampovacio (document.form_datos.tx_correo.value)== false) { alert ("Ingresar Correo Electrnico"); document.form_datos.tx_correo.focus(); return false; } if (Validarcampovacio (document.form_datos.tx_usuario.value)== false) { alert ("Ingresar Nombre de Usuario"); document.form_datos.tx_usuario.focus(); return false; } if (Validarcampovacio (document.form_datos.tx_contrasea.value)== false) { alert ("Ingresar Ingresar Clave"); document.form_datos.tx_contrasea.focus(); return false;

} if (Validarcampovacio (document.form_datos.tx_contrasea.value)== false) { alert ("Ingresar Ingresar Clave"); document.form_datos.tx_contrasea.focus(); return false; }

You might also like