# redir.cgi by Ranson Johnson  scripts@rlaj.com
# Last modified 7-10-96
# No warrenty expressed or implied
# Freeware, to be distributed used or modified

########################################################################

Redir.cgi is a script I wrote to redirect a user to another URL anywhere
within your pages or on the web. You must be able to run CGI scripts on 
your server to use this.

	The script can reroute the user from a 'links' page on your server
to another site. It is set up to log the User and the URL the user goes 
to, and put up a thank you screen, thanking the user for visiting your 
pages, then send them off to the URL they clicked on.

	The script uses a form (see below) You will need an image to click 
on, hyper-text won't work for this script.

	If you want to use the 'log file', you will need to create a file
called 'redir.log' and put it in the same directory as the script. This 
file needs chmod'ed to 666 

	See the script in action at:  http://www.ro.com/av/artsites.htm

FORM -- Paste the form below into your links page, one form for each link.

<!########################### BEGIN FORM ###############################>

<FORM METHOD="POST" ACTION="re_dir.cgi">
.<input type="image" name="submit" src="gifs/redir.gif" ALIGN="absmiddle" BORDER="0">  
<FONT SIZE="4"><B>

<!####################### ENTER SITE NAME BELOW #########################>
Tennessee Pewter Co.
</B></FONT><BR>

<!######################### SITE DESCRIPTION ############################>
The artisans at Tennessee Pewter try to present some hand-crafted alternatives to mass-produced
items. The quality of feeling in our products is the focus here.
 
<!####################### CHANGE HIDDEN VALUES ##########################>
<input type="hidden" name="LINK" value="L001">
<input type="hidden" name="URL" value="http://www.vantek.net/pages/pewter">
<input type="hidden" name="TITLE" value="Tennessee Pewter Co.">
<BR>
</FORM>
<!------------------------------END------------------------------------>


	