I have frame that displays three lines as below:-
first name
second name
third name
When each name is clicked then the following happens
first name
xxxxxxx
xxxxxx
second name
my code to create the xxx part is
<H3>
<A HREF="page1.html" onClick="return toggleMenu('menu1')"
onmouseout="this.style.color = 'black';" onmouseover="this.style.color = 'red';" align="justify">
first name</A>
</H3>
<SPAN CLASS="menu" ID="menu1">
xxxxx
xxxxx
For every heading i can manually code the above,
but is it possible to create the list (xxx)
from a text file,ie read in the file and then create the list items.The text file is created on a unix box
from one of my shell scripts (an up todate list of backups run today) and an ftp routine gets it to the local c: drive.
I am very new to javascript so any help
or pointers will be gratefully received
regards
bob
first name
second name
third name
When each name is clicked then the following happens
first name
xxxxxxx
xxxxxx
second name
my code to create the xxx part is
<H3>
<A HREF="page1.html" onClick="return toggleMenu('menu1')"
onmouseout="this.style.color = 'black';" onmouseover="this.style.color = 'red';" align="justify">
first name</A>
</H3>
<SPAN CLASS="menu" ID="menu1">
xxxxx
xxxxx
For every heading i can manually code the above,
but is it possible to create the list (xxx)
from a text file,ie read in the file and then create the list items.The text file is created on a unix box
from one of my shell scripts (an up todate list of backups run today) and an ftp routine gets it to the local c: drive.
I am very new to javascript so any help
or pointers will be gratefully received
regards
bob