Uncle Jim's Web Site Designs
VBScript Drop-Down Table on Click
Author:
Jim Stiles
Clicking on the link below will display a drop-down table including a description and links to other web pages.
This script can also contain images, text, etc.
Other Links on my Web site
Microsoft Office Tips
Tips for Office users including Access, Excel, Word, Outlook, PowerPoint, Front Page, Windows and Internet tips.
Website Design Gallery
Over 75 design themes and border sets for you to download and use for free.
On-Line Games
A complete list of on-line games for you to play.
INSTALLATION INSTRUCTIONS
COPY
-
Insert Between Head Tags: <HEAD></HEAD>
Insert this script in the , between and or in the section of the page.
COPY
-
Insert Inside Body: <BODY></BODY>
LINK TITLE
DESCRIPTION1
PARAGRAPH1.
DESCRIPTION2
PARAGRAPH2.
DESCRIPTION3
PARAGRAPH3
Addtional Instructions: <BODY 'CODE HERE'>
COPY
-
Additional Instructions:
Name each combination of link and table in this section of the HTML code: // in the link
DHTML table scripts
// in the table
You can copy and paste as many link/table combinations as you need. Copy and paste where you want it and rename the second occurrence (f.e. id="c2", "datac2"), and so on. To change the colors of the link(s), change the appropriate tags in this section of the script: // you may use color names or use the #000000 HEX format. sub MouseOver (id) id.style.fontweight = "normal" id.style.color= "#ff0000" end sub sub MouseOut (id) id.style.fontweight = "normal" id.style.color="navy"
Close This Window