Handy
Tip : There are so many javascripts that give the webmaster
the ability to share good information in a variety of different
ways, but be careful not to overuse the code as it could be offputting
to the visitor. Simple pages are still the most user friendly.
|
Bookmark
This Page
Drop Down Menu Message Javascript
This
great drop down menu javascript will save you a lot of space. Great for sites
that give volumes of information, the visitor chooses the topic from the drop
down menu and the information is shown in the text area. I'm sure you can find
a good use for this! STEP
1 Copy
the code below and place it within the <head> area of your html document. You
place the information for the menu at the beginning of this part. You can add
more information messages by adding more lines such as; messages[6] = and
so on. The first line stays at zero and then it is 1, 2, 3, etc. Change
this line new Array(6); to how many messages you have plus 1. (In the example
there are 5 messages, you add plus 1 for the first line of the script.) STEP
2 Copy the
code below and paste between the <body> and </body> tags of your html
document, where you want the menu message form to appear on your webpage. Change
the drop down menu messages in this part to what you need for your site. Enjoy!
|