Guest_imported
New member
- Jan 1, 1970
- 0
I am displaying a list of folders on the server and when a user clicks on the closed_folder.gif I want to change it to another gif(open_folder.gif) and display the files in that particular folder.
here is what i got so far:
<INPUT TYPE=image IMG SRC="closed_folder.gif" onclick='Switch_Icons'>
Switch_Icons is the function that I want to call...
any suggestions????
thanks,
Dan
here is what i got so far:
<INPUT TYPE=image IMG SRC="closed_folder.gif" onclick='Switch_Icons'>
Switch_Icons is the function that I want to call...
any suggestions????
thanks,
Dan