I am using this to process the form :-
<FORM ACTION=process.pl METHOD=POST>
which calls a seperate script. If i put sub process in the main script the script still looks for process.pl and fails. How do i get it to look in the main script for sub process as the form action.
Thanks