![]() |
|
|
|
![]() |
![]() ![]() |
Simple Redirect ScriptOne simple way to allow visitors to easily jump from one section or your web site to another is by using a "redirect" script. A small form and simple CGI can be designed to facilitate such a task. The redirect form and CGI source are presented in two sections below.HTML source for the redirect form The HTML source below represents a simple redirect form. This form can be customized for your Virtual Server by simply changing the URLs and Titles (shown in bold) to the URLs and Titles that correspond to specific documents on your web site.
<head> <title>Redirect Form</title> </head> <body> <form method="POST" action="/cgi-bin/Scriptorium/redirect/redirect.pl"> <select name="url"> <option value="">Select a Destination <option value="/index.html"> Home Page <option value="/products/"> Products <option value="/support/"> Technical Support </select> <input type=submit name=submit value="Go!"> </form> </body> </html> Change the line:
Installing the redirect CGI To install the redirect CGI on your Virtual Server you will need to do the following:
Example of Redirect (no auto submit, submit image) Example of Redirect (auto submit) |
|
![]() |
[ SERVERS | ECOMMERCE | SUPPORT | SPECIALS | SEARCH | SITE MAP | ORDER] [ HOME | CONTACT US | ABOUT US | PRIVACY | LEGAL | REFUND POLICY ] © Copyright 1998 - 2001 Blue Reef Consulting, Inc. All Rights Reserved. Comments or questions about this web site? Write to webmaster@bluereef.net. Phone: (305) 274-8393 |