I want to have a multi page form where the values of one page are passed 
over to the next on submission.How can I pass the form values from one 
form to another? I have been searching google for the best part of the day 
and still have had no joy.

$ctxt->{Apache} provides access to the Apache request object. So I thought 
that perhaps I could try setting some values in the Apache request on 
submission of the form and then the next page would be able to read them 
from out of the Apache request object... But how can I do this?

I tried setting $ctxt->{Apache}->param()... but this doesn't seem to work.

I also tried $ctxt->{Apache}->parms().... again, it didn't work.

The only thing I have managed to be able to set using this method is a 
responce header. Perhaps I am going about this the wrong way. Is there an 
easy way to pass the entire contents of POST to the next page? If not. 
What is the best way to do it?

many thanks (again)

-- 
Tom David Kirkpatrick
Virus Bulletin Web Developer, Virus Bulletin

Tel: +44 1235 555139
Web: www.virusbtn.com


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

Reply via email to