home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / vgserv45.zip / BASE / HPTWGS2 / Vagen1EntryPage.jsp < prev    next >
Text File  |  2001-03-21  |  1KB  |  35 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 above 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 Entry</TITLE>
  11. </HEAD>
  12. <BODY background="vawcg-wp.gif">
  13. <img SRC="visage.gif" >
  14. <FONT SIZE=6>VisualAge Generator System Entry</FONT>
  15. <img SRC="visage.gif" >
  16. <BR>
  17. <BR>
  18. <FORM METHOD=POST ACTION="<%= hptGatewayURL %>">
  19. <BR>Choose a Program to execute below:<BR>
  20. <SELECT NAME="hptAppId" SIZE=10>
  21.     <OPTION VALUE=LISTWE>Employee List
  22.  </SELECT>
  23.  <BR>
  24.  
  25. <!-- VG Gateway control fields - DO NOT MODIFY -->
  26. <INPUT TYPE="submit" VALUE="Execute" NAME="hptExec">
  27. <INPUT TYPE="submit" VALUE="Logout"  NAME="hptLogout">
  28.  
  29.  
  30. <!-- VG Gateway control fields - DO NOT MODIFY -->
  31.     <jsp:useBean id="hptErrorData" class="java.lang.String" scope="request" />
  32.     <BR><FONT COLOR="#FF0000"><%= hptErrorData %></FONT>
  33. </BODY>
  34. </HTML>
  35.