Hi there,

I run a CGI script which opens different forms, all of them supposed to
show up on a new (cleared) side.
I tried to put the different forms in subroutines which are not called
if already run.

But: It looks like the functions are called every time the script is
running:

I have a form in subroutine 1 and a print(somthing) in subroutine 2
where something depends on the form in routine 1.
If the submit button of form 1 is NOT clicked on there appears the
default ouput of routine 2.
if the submit button of form 1 is clicked the selected ouput appears
with the whole ouput of form 1 again.

I would be very thankful for any hints, if somebody needs the code I'll
send it to him/her.

Thanks in advance

Peter Barth


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to