JonathanG6SWJ
Programmer
Hi
I have an asp page with a submit button
<input type="submit" name="btnSelection" value="I made this choice">
On another page I Request.Form("btnSelection") and get the result I made this choice ,
Where / why have I got a space and a comma appended to the end of the text after the word choice?
Thanks in advance
Jonathan
I have an asp page with a submit button
<input type="submit" name="btnSelection" value="I made this choice">
On another page I Request.Form("btnSelection") and get the result I made this choice ,
Where / why have I got a space and a comma appended to the end of the text after the word choice?
Thanks in advance
Jonathan