Dear all,
I have a problem with enter key to submit form. For example,
I have one textfiled and one submit button for my search form with method "get".
When i filled in the keywork into the textfiled and press "Enter Key" the value passing in IE address bar is just only
http://localhost/search.asp?txt_keyword=mekong
so that does not work if i use the below code to fire my search event,
.........................................
if request("submit") <> "" then
.........................................
.........................................
That is different, and it work if i click on submit button. IE address bar show,
http://localhost/search.asp?txt_keyw...&Submit=Search
But i think that most users will press "Enter Key" are much more convinient, right?
Anyone could help me on this issue?
Thanks in advance.