Basic HTML version of Foils prepared May 3 1998

Foil 40 Creating an HTML Insert Form

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


1 <FORM ACTION="insdata.cfm" METHOD="Post">
2
3 <!-- Data entry fields -->
4
5 <PRE>
6 First Name: <INPUT TYPE="text" NAME="FirstName">
7 Last Name: <INPUT TYPE="text" NAME="LastName">
8 Phone: <INPUT TYPE="text" NAME="Phone">
9
10 <INPUT TYPE="Submit" VALUE="Enter Information">
11 </PRE>
12
13 </FORM>

in Table To:


© 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 Sat Nov 28 1998