|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
|||
|
|||
|
passing text areas in asp
I hav an online learning system with a questionaire that emails relative people with the results and also outputs results at end.
I am us 4 asp pages with a few questions on each, the input is into textareas and it is being passed via response.write<input type="hidden"> i.e all data is passed through each page to the last page. At the end only the last pages data is correct, all previous pages have only the first word. i.e computers annoy me -on page 1 would be: computers -by the time it gets to page 4!! Is their a restriction in VBScript for passing data more then once. HELP!!!!!!!!!!! |
|
#2
|
|||
|
|||
|
when you're saying <input type="hidden" value=blah> you're probably not putting " around the value so it's just grabbing the first word.
|
|
#3
|
|||
|
|||
|
it is also possible that the user typed a " - character into the form-fields..---> <input type ="hidden" value="blabla"blabalba">
i would prefer to use sessions for this problem... tomsn |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > passing text areas in asp |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|