|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
using request.form("")
<i><b>Originally posted by : newbie</b></i><br />Is there a way to retrieve both the value and text of a submitted form? For instance id=12425, text=I am Dumb.<br /><br />THanks<br />
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : steve</b></i><br />each text box has a value property. the example you show here would retrieve the values<br /><br />somevariable = request.form("id") which would get the 12425 value.<br /><br />somevariable2 = request.form("text") which would get the value of the text. <br /><br /><br /><br /><br />------------<br />newbie at 3/24/2000 11:05:01 AM<br /><br />Is there a way to retrieve both the value and text of a submitted form? For instance id=12425, text=I am Dumb.<br /><br />THanks<br />
|
![]() |
| Viewing: ASP Free Forums > Programming > ASP Development > using request.form("") |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|