thefrstgatsby
Technical User
I am working on a website that when a user is logged in it loads a couple sub pages into the main page.
ie. once logged in, on a particular page, it loads a logout page (which is as big as a 1 inch high banner, and then a search form, all on the same page, but they are separate aspx pages.
The problem I am having is that when a user enters some search criteria, and then presses enter, instead of acting as if the user has clicked the search button, it clicks the logoff button.
How do I set the page so that when the enter button is pressed, it acts as if the search button has been pressed?
ie. once logged in, on a particular page, it loads a logout page (which is as big as a 1 inch high banner, and then a search form, all on the same page, but they are separate aspx pages.
The problem I am having is that when a user enters some search criteria, and then presses enter, instead of acting as if the user has clicked the search button, it clicks the logoff button.
How do I set the page so that when the enter button is pressed, it acts as if the search button has been pressed?