Basic HTML version of Foils prepared May 3 1998

Foil 30 A More Complicated HTML page

From Java Blend and Cold Fusion High Level Database Interfaces CPS616 Web Technologies -- Spring 98. by Chao Wei Ou

Secs 41.7
<HTML>
<HEAD><TITLE>Employee Search</TITLE></HEAD>
<FORM ACTION="employeesearch.cfm" METHOD="Post">
Last Name: <INPUT TYPE="text" NAME="LastName">
Department:
<SELECT NAME="Department">
<OPTION>Accounting
<OPTION>Administration
<OPTION>Engineering
<OPTION>Sales
</SELECT>
<INPUT TYPE="submit" VALUE="Search">
</FORM>
</HTML>



© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Sun Jul 5 1998