<B>Important:</B> Before trying the following examples, please compile and copy the associated scripts to your <I>script</I> directory (e.g 'Scripts' or 'cgi-bin').
By default, the form <I>action</I> is set to "http://localhost/Scripts/[script.exe], which is the default setting when using the MS-Personal Web Server.
Usually, the host name <I>localhost</I> has the IP address <I>127.0.0.1</I>.
This guestbook example shows also how a script can call itself:
<UL>
<LI>Uses the VB5CGI and VB5HTML object
<LI>Uses the GET or POST method
<LI>Creates the HTML itself, just needs a link to the script
<LI>Saves all entries in a text file
<LI>Shows all information on one page
<LI>Validates the entries and highlights the missing input fields
<LI>Removes HTML tags from entries
<LI>Shows the last entry on top of the list
<LI>Doesen't allow to save the same entry multiple times
</UL>
</FONT>
<HR SIZE="1">
<CENTER><FONT FACE="Arial, Helvetica" SIZE="-1">FAQ's, updates and further information can be found at: <A HREF="http://www.eazyware.com/vb5-cgi/" TARGET="_blank">www.eazyware.com/vb5-cgi</A>.</FONT></CENTER>