I noticed a strange behaviour in IE 6. Not sure whether it's a bug in my code or because of IE 6. I have written a search function using a standard search input box and search button. (HTML input elements)
If someone types a keyword in the search input box and then click on the submit button, it works and correct results are displayed.
However, if someone types a keyword in the search input box and then press enter , it doesn't work. The keyword couldn't be passed by the POST method.
It happens on IE 6 but not on firefox, safari or opera. I could use javascript to sort it out but I want to make sure this is really a bug in IE 6 instead of my code.
Thanks
If someone types a keyword in the search input box and then click on the submit button, it works and correct results are displayed.
However, if someone types a keyword in the search input box and then press enter , it doesn't work. The keyword couldn't be passed by the POST method.
It happens on IE 6 but not on firefox, safari or opera. I could use javascript to sort it out but I want to make sure this is really a bug in IE 6 instead of my code.
Thanks
Comment