home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / vgserv45.zip / BASE / HPTWGS2 / Vagen1LogonPage.jsp < prev    next >
Text File  |  2001-03-21  |  954b  |  26 lines

  1. <!-- The following 2 lines are for JSP 1.0 or later support. Comment out
  2.      the lines for JSP 0.91 support -->
  3. <%@ page errorPage="Vagen1ErrorPage.jsp" %>
  4. <jsp:useBean id="hptGatewayURL" class="java.lang.String" scope="request"/>
  5. <!-- Uncomment the following line for JSP 0.91 support and comment out
  6.      the lines for JSP 1.0 or later support -->
  7. <!-- BEAN NAME="hptGatewayURL" TYPE="java.lang.String" SCOPE=REQUEST></BEAN -->
  8. <HTML>
  9. <HEAD>
  10.    <TITLE>VisualAge Generator System Login</TITLE>
  11. </HEAD>
  12. <BODY background="vawcg-wp.gif">
  13. <img src="visage.gif">
  14. <FONT SIZE=6>VisualAge Generator System Login</FONT>
  15. <img src="visage.gif" >
  16. <BR>
  17. <FORM METHOD=POST ACTION="<%= hptGatewayURL %>">
  18. <BR>Please enter your userid and password below:<BR>
  19. USERID:<INPUT TYPE="text" NAME="hptUserid"><BR>
  20. PASSWORD:<INPUT TYPE="password" NAME="hptPassword"><BR>
  21. <INPUT TYPE="submit" VALUE="Login" NAME="hptLogin">
  22. <BR>
  23. </FORM>
  24. </BODY>
  25. </HTML>
  26.