FORM

This is a simple form which can be a page by itself or pasted into a page. I set it up in a table which I find makes things easier, too add or modify inputs the important bit is shown below and you just use a different identifier instead of "category".
<INPUT type=text name="Category">

Company Name:
Phone No:
Category:
Email:
Web Address:
 
 
Comments (For Web Page)

 
This works for most applications but I have been told by Hotmail users that it say it has sent the form but doesn't. So I have started using the email form this just fills in your email with addressee, subject, and comments to go in the body of the email the user then fills in the blanks in the the email and sends as usual.

Back to Omni-Web PageBack to Omni-Web PageEmail Us

Source Code

<HTML>
<HEAD>
   <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
   <META NAME="GENERATOR" CONTENT="Mozilla/4.05 [en] (Win16; I) [Netscape]">
   <TITLE>FORM</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFCC" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">

<H6>
<SCRIPT language=javascript>
document.writeln(" last updated " + document.lastModified);
</SCRIPT>
</H6>

<BLOCKQUOTE>
<CENTER><B><I><U><FONT SIZE=+4>FORM</FONT></U></I></B></CENTER>
 

<P><FONT SIZE=+1>This is a simple form which can be a page by itself or
pasted into a page. I set it up in a table which I find makes things easier,
too add or modify inputs the important bit is shown below and you just
use a different identifier instead of "category".</FONT>
<BR><FONT SIZE=+1>&lt;INPUT type=text name="Category"></FONT></BLOCKQUOTE>
<FORM
action="mailto:YOUR_EMAILADDRESS_or_whoever_needs_to_recieve_the_info"
method="post"
<PRE>
<TABLE BORDER=0 CELLSPACING=10 COLS=4 WIDTH="75%" >
<TR>
<TD></TD>

<TD></TD>

<TD></TD>

<TD></TD>
</TR>

<TR>
<TD>
<DIV ALIGN=right><FONT SIZE=+1>Company Name:</FONT></DIV>
</TD>

<TD><INPUT type=text name="name"></TD>

<TD>
<DIV ALIGN=right><FONT SIZE=+1>Phone No:</FONT></DIV>
</TD>

<TD><INPUT type=text name="phone"></TD>
</TR>

<TR>
<TD>
<DIV ALIGN=right><FONT SIZE=+1>Category:</FONT></DIV>
</TD>

<TD><INPUT type=text name="Catagory"></TD>

<TD>
<DIV ALIGN=right><FONT SIZE=+1>Email:</FONT></DIV>
</TD>

<TD><INPUT type=text name="email"></TD>
</TR>

<TR>
<TD>
<DIV ALIGN=right><FONT SIZE=+1>Web Address:</FONT></DIV>
</TD>

<TD><INPUT type=text name="www"></TD>

<TD></TD>

<TD></TD>
</TR>

<TR>
<TD>
<DIV ALIGN=right>&nbsp;</DIV>
</TD>

<TD></TD>

<TD><INPUT type=reset size-40></TD>

<TD><INPUT type=submit></TD>
</TR>

<TR>
<TD>
<DIV ALIGN=right>&nbsp;</DIV>
</TD>

<TD></TD>

<TD></TD>

<TD></TD>
</TR>
</TABLE>
&nbsp;
<BLOCKQUOTE><FONT SIZE=+1>Comments (For Web Page)</FONT></BLOCKQUOTE>

<CENTER><TEXTAREA name ="comments" rows="10" cols="60" wrap></TEXTAREA></CENTER>

<BLOCKQUOTE></FORM>
<BR>&nbsp;
<CENTER><A HREF="../index.htm"><IMG SRC="../but_home.gif" ALT="Back to Omni-Web Page" BORDER=0 HEIGHT=32 WIDTH=128></A><A HREF="index.htm"><IMG SRC="../but_htm.gif" ALT="Back to Omni-Web Page" BORDER=0 HEIGHT=32 WIDTH=128></A><A HREF="mailto:htmlcode@enquires.f9.co.uk"><IMG SRC="../but_eml.gif" ALT="Email Us" BORDER=0 HEIGHT=32 WIDTH=128></A></CENTER>
&nbsp;</BLOCKQUOTE>

<BLOCKQUOTE>&nbsp;</BLOCKQUOTE>

</BODY>
</HTML>