Apt articles on health, wealth, happiness

Free drop down URL script

Link to this article!



If you know what you want, then on this page you will find a script you can use now, right now. So, what do you need? The following script can do wonders for your web site. Look no further, if you want a free drop down URL script for your web site.

Author: AptArticle.com

Description: It is a CGI script that provides a drop-down URL list for navigation.

Advantages: Some of the advantages of this "drop down URL script" is the ease of operation, and the fast jump from this page to the page that your visitor chooses.

Demo: The following demo shows what this script can do for you.



Directions:

Step 1: Copy the following code, and add it to the e 'CSS' file of your web site.

.GiveScript {
font-family: Arial;            /* may edit */
font-size: 12px;                  /* may edit */
font-color: #000000;                   /* may edit */
background-color: #F1F1F1;                  /* may edit */
border: 0px;                             /* may edit */
border-left: 10px solid #0000A0;       /* may edit */
border-right: 45px solid #FFFFFF;    /* may edit */
padding-left: 10px;               /* may edit */
}
 


Step 2: Copy the following code, and add it to the 'body' section of your web page.

<form method="get" action="/jumpbox.cgi"
onsubmit="location.href=jb.options[jb.selectedIndex].value; return false;">
  <div>
  <select name="jb" onchange="location.href=jb.options[jb.selectedIndex].value;
  return false">
  <option value="/health/health.html">Health</option>
  /* may edit this http link */
  <option value="/wealth/wealth.html" >Wealth</option>
  /* may edit this http link */
  <option value="/free/index.html" selected="selected">Free</option>
  /* may edit this http link */
  </select>
  <input type="submit" value="Go">
  </div>
</form>
<script<
/******* DO NOT EDIT BELOW THIS LINE ****************
**********************************************************
* Copyright © AptArticle.com (http://aptarticle.com)
* This notice MUST stay intact for legal use.
* Visit http://aptarticle.com/ for this script and hundreds more.
********************************************************************/
</script<



Step 3: You may edit the code you copied in steps 1 and 2.
However, in your own interest, do limit your editing to the lines we marked /* may edit */.


Step 4: Enjoy it, and have fun using it!


Tell a friend!