I have a webpage created with
onload="onLoad()"
The webpage is index.html and it reesides in a directory that has only .mp3 files. I want to create a way so that when someone loads the webpage and the onLoad() event handler is called, it creates a webpage with the names of all of the mp3 files in the directory. In essence, create a link to each file in the directory.
How can I do this?
Thanks
Mindy
onload="onLoad()"
The webpage is index.html and it reesides in a directory that has only .mp3 files. I want to create a way so that when someone loads the webpage and the onLoad() event handler is called, it creates a webpage with the names of all of the mp3 files in the directory. In essence, create a link to each file in the directory.
How can I do this?
Thanks
Mindy