Hi I've got a problem which I do have a work around for, but I was wondering whether anyone has any better ideas.
The basic scenario is I have a number of text INPUT fields on a web page for users to enter data on. The INPUT fields are contained within an HTML FORM on the page and I'm passing the values to the next page using the POST method.
The problem arises when I try to view the contents of the fields in the next page and everything behind a space (contained in the INPUT fields) seems to have disappeared, e.g.
Original text in field = "My input text"
value after passing to next page = "My"
I don't really understand why this is happening and I've previously got round this problem by submitting the FORM to the same page and replacing the space characters with some other character before submitting the FORM to the next page. Ideally I don't really want to have to to this and wondered whether anyone could suggest another method or shed any light on why this is happening.
Hope this makes sense and thanks in advance for any thoughts or advice
Mike
The basic scenario is I have a number of text INPUT fields on a web page for users to enter data on. The INPUT fields are contained within an HTML FORM on the page and I'm passing the values to the next page using the POST method.
The problem arises when I try to view the contents of the fields in the next page and everything behind a space (contained in the INPUT fields) seems to have disappeared, e.g.
Original text in field = "My input text"
value after passing to next page = "My"
I don't really understand why this is happening and I've previously got round this problem by submitting the FORM to the same page and replacing the space characters with some other character before submitting the FORM to the next page. Ideally I don't really want to have to to this and wondered whether anyone could suggest another method or shed any light on why this is happening.
Hope this makes sense and thanks in advance for any thoughts or advice
Mike