#!/usr/bin/perl ####################################################### # Send Them! # © 2000 Veinotte.com International Inc. # Basic redirection script. # # This script has only been tested on UNIX, but should be fine # on NT or any Win32 platform. # # A simple redirection script to allow redirect forms on # your website without having to use JavaScript. This script # also makes it easy to use one form throught your site if # you have SSI enabled on your website. Just place a form # like the one below in a text file somewhere and call it # with an ssi call in all the pages you want to use it in: # # # # Just make the call above make sense on your system. It should be # a direct system path to the text file. # # This allow you to edit one text file when adding a new URL # instead of editing each HTML file. # # Here is an example of the form use in your pages or in a text # file with SSI # #
# # One more note: If you wanted the page to open in a new window, or another # frame just add a target to the first line like so: # #