passing on a value

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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
 
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
 
<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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top