Click to See Complete Forum and Search --> : How 2 forward field's data ?


Yovav
October 24th, 2002, 04:42 AM
Hi all,

Please help -

say I have "1.asp" that has a form,
when submit it will go to "2.asp" that will
use Request.Form("Param") to get the info
(I must use POST method)

now, that I am on "2.asp" - how can I keep
sending these parameters to "3.asp"
(Originally sent from "1.asp")


if it only couple of fields so it;s no problem,
but what if I have 300 fields to transfer ?
and also I like to hope there is an elegant way
of doing this.

10X