asadikhan
08-31-2003, 03:24 PM
Hi, I am trying to send back information from a page to the previous (user form filled info). So lets say, the information is going from page B back to page A. I create hidden inputs for the values from page B (I tested printing them, and it prints fine on page B, i.e. "St. Bernard's" would print "St. Bernard's" on page B; "New York" would print "New York" etc.).
Now I send this information back to page A (user hits a RETURN button on page B), and on page A I retrieve it in an input box using
... value=<%=Server.HTMLEncode(Request("city"))%> ...
But this unfortunately only gives me "St." and the "Bernard's" is missing. (Or York would be missing in case of New York).
What am I doing wrong? Thanks!
Now I send this information back to page A (user hits a RETURN button on page B), and on page A I retrieve it in an input box using
... value=<%=Server.HTMLEncode(Request("city"))%> ...
But this unfortunately only gives me "St." and the "Bernard's" is missing. (Or York would be missing in case of New York).
What am I doing wrong? Thanks!