notepad
Apr 23rd 2006, 2:41 pm
I'm creating an A-Z glossary that will be displayed inside an HTML ebook. In order not to have an enormously long page, I'm looking for a javascript code that will:
* first display the letter A's information onload
* display each subsequent letter's information when letter (A-Z) is clicked
* call the information from either an external javascript, or HTML file(s)
* work on Windows systems exclusively
From the page's horizontal list of (clickable) letters...
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
...I'd want the glossary's information "dynamically" displayed below the letters perhaps in a specified <DIV> area.
Again, the glossary will NOT be used online. The code must work on a PC. Hopefully I can do this without frames, DHTML, DOM etc.
Any advice would be most appreciated. I would also be interested in hiring someone to complete this task.
Thanks.
P. S. - Here's an online example, though it doesn't load the glossary's "A" terms on first visit to the page (like I prefer & need), and of course CFM wouldn't work in an ebook on a home computer.
seoforgoogle.com/glossary.cfm
# # #
* first display the letter A's information onload
* display each subsequent letter's information when letter (A-Z) is clicked
* call the information from either an external javascript, or HTML file(s)
* work on Windows systems exclusively
From the page's horizontal list of (clickable) letters...
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
...I'd want the glossary's information "dynamically" displayed below the letters perhaps in a specified <DIV> area.
Again, the glossary will NOT be used online. The code must work on a PC. Hopefully I can do this without frames, DHTML, DOM etc.
Any advice would be most appreciated. I would also be interested in hiring someone to complete this task.
Thanks.
P. S. - Here's an online example, though it doesn't load the glossary's "A" terms on first visit to the page (like I prefer & need), and of course CFM wouldn't work in an ebook on a home computer.
seoforgoogle.com/glossary.cfm
# # #