Silly - using Enter while searhing the web

Hi,

I am having a silly litte problem naging me.

On a website there is a search-box with a button that works fine when searching using the button.

While pressing Enter after typing the search word it does not work though, not finding the result-page.

Has been looking around and it does not seem like rocket science, just me missing something - but what?

Regards Palle

Subject: It should be a submit button

The submit event is activate whe you press enter.

The simple way is to make your button a “submit” one instead just an “onclick” button.