auto execution of scripts (HTML)

Odoacer

Senior member
Jun 30, 2001
809
0
0
I wrote a filemanager, problem is I can't figure out how to get the HTML page to access the script automatically when it's loaded. The script is important because it prints out a the contents of a directory to a menubox.

I got it working once before but changed some things and have been puling my hair out ever since to get it to work again. I think it looked something like this when it worked:

<form name="DirectoryForm" method="get" action="/usr/lib/cgi-bin/ci/filemanager.cgi?application/x-www-form-urlencoded">

The script itself works fine, the problem is getting the HTML page to access it on loading.
 

Odoacer

Senior member
Jun 30, 2001
809
0
0
No one can help me here?

If I'm not making myself clear as to what I want, please say so.