passing on a value

I

Iman

I retrieve some values from a database, would like to move them on to a new
form and to a new table in the database. I am trying this hidden field, but
I am not sure of the value!

Please help

Thank you
 
J

Jens Peter Karlsen[FP-MVP]

The value is whatever you want to have transferred.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.

-----Original Message-----
From: Iman [mailto:[email protected]]
Posted At: 17. juni 2005 02:47
Posted To: microsoft.public.frontpage.client
Conversation: passing on a value
Subject: passing on a value


I retrieve some values from a database, would like to move them on to a
new form and to a new table in the database. I am trying this hidden
field, but I am not sure of the value!

Please help

Thank you
 
I

Iman

so what would the value format be?

I have an ID field in the first table, that I want it to show on the form
then save it along with the other new fields into a new table.

Thank you
 
M

MikeR

<input type="hidden" name="somename" value=<%=recordsetname("fieldname")%>>

When the form is submitted, the receiving form refers to it as

request.form("somename")

HTH
MikeR
so what would the value format be?

I have an ID field in the first table, that I want it to show on the form
then save it along with the other new fields into a new table.

Thank you


:

The value is whatever you want to have transferred.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.

-----Original Message-----
From: Iman [mailto:[email protected]]
Posted At: 17. juni 2005 02:47
Posted To: microsoft.public.frontpage.client
Conversation: passing on a value
Subject: passing on a value


I retrieve some values from a database, would like to move them on to a
new form and to a new table in the database. I am trying this hidden
field, but I am not sure of the value!

Please help

Thank you
 
Top