Hi Tia,

> 
> How to pass Params-hash to other script..what  I want is :
> 
> add.asp -----calls--> do_add.asp
> 
> Now in do_add.asp I want to do some stuff and after that want to 
> call add.asp again with the Params-hash so that I can refill the 
> add.asp-Form with data...

what do you mean by "call"? 

is it a link (<a href=..) in add.asp that points to do_add.asp
or do you include do_add.asp into add.asp via $Response->Include ()?

> What is the best way to do it ?
> I thought to use Session !! then Include with parameters !?
> both seems unsuitale for this task or is it ?!
>

Helmut

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

Reply via email to