pistolpinoy72
Technical User
Please help...I wanted to pass a string (with spaces) in a form of an asp based on an input text. Method i used is "post".
Whenever i inputted a variable with spaces between, only the first word (before the space) was received by request.form from another asp. Say i entered "My Name" in a form with post method, the receiving asp will received it as "My" only (i used response.form).
Thanks.
Whenever i inputted a variable with spaces between, only the first word (before the space) was received by request.form from another asp. Say i entered "My Name" in a form with post method, the receiving asp will received it as "My" only (i used response.form).
Thanks.