I want to set up my index.html file so that when the user typed in http://www.mysite.com/index.html it will load the default page and while the page is loading, it will run a perl script behind the scene to get a list of image files in a directory on the server and populate the drop down list in the index.html file. Is this possible? I see an option <BODY OnLoad="xxx">, is this where I would put my perl script name? Please advice.
Thanks.