Navigation Menu (drop-down)
You can add a drop down box to your site using a site supplied navigation script. The following code will produce the dropdown box:
<FORM METHOD="POST" ACTION="/scripts/navigate.cgi">
<SELECT NAME="jumpbox">
<OPTION VALUE="http://www.commkalhosting.com/index.html">CommKal Hosting
<OPTION VALUE="http://www.cnn.com/">CNN News
<OPTION VALUE="http://www.yahoo.com">Yahoo
</SELECT>
<input type="submit" VALUE="LetsGo">
</FORM>
The keys for the drop down boxes are:
- The following must be used as the action line - action="/scripts/navigate.cgi" (the form method can be either POST or GET)
- the select name must be "jumpbox".
|
|
Online Support Options

Submit A Service Call

Domain Transfer

Reference Information

HTML Information

ASP Information

CGI Information

E-Mail Information

FTP Information

FrontPage Information

|