MartinDurant
Programmer
I am taking name and address fields from a form in 'ASP Page1.asp' and passing them to 'ASP Page2.asp' for validation. In the case of invalid data the values are put into a hidden table and passsed back to 'ASP Page1.asp' to be redislayed. When the values are redisplayed, they are trunacted at the first space.
I have used
in both forms. I have also a
statement right infront of the form in 'ASP Page1.asp' to track the value of my variable. It's value is correct everywhere I can check it. When the form displays it, it is truncated.
I just don't don't understand it. Any help gratefuly appreciated.
Thanks.
I have used
Code:
method="post"
Code:
reponse.write
I just don't don't understand it. Any help gratefuly appreciated.
Thanks.