Control Panel - URL Jumper Script
1. Installation
To install the script, simply access your control panel and
click the 'URL Jumper' button. The cgi script will automatically be installed on your
hosting account.
The below files will be installed on your website.
File Name | Purpose |
/cgi-bin/jumper | The actual cgi script |
|
The URL Jumper script is now ready on your web site.
2. Usage
Create a webpage with the below lines of .html
<FORM METHOD="POST" ACTION="/cgi-domain/jumper">
<SELECT NAME="location">
<OPTION VALUE="http://www.clockwatchers.com/packages.html">Pricing
<OPTION VALUE="http://www.clockwatchers.com/order.html">Order Now
</SELECT>
<INPUT TYPE="SUBMIT" VALUE="Go">
</FORM>
|
|
The sample .html shown after installation replaces domain with the correct value for your domain name.
The above example would result in a drop-down menu like the below (but not centered).