Click to See Complete Forum and Search --> : Passing Values - Form to Form using hidden fields


Lotz
08-07-2003, 11:03 PM
Hello,

I would like to pass some of the values of my form to a second form in a different page. Those values should appear as hidden fields in the 2nd form.

The 1st form has a cgi for the action and post as the method.

Could you please help me?

Thanks in advance. This is my 1st post on that forum!

Khalid Ali
08-08-2003, 01:38 AM
if you are using server side languages then its no problem just re create the form part of the page for the second page and make hidden fields with the data from the first page.

If you want to forward data to the next page using URL then append the forms values to the url and then parse it on the other side and then create hdden fields....
If its a child window opened using window.open()

then you can directly access fields of child or parent