okay, the user inputs text, and presses the search button.. the url looks like this after they search
search.cgi?keywords=test&B1=Search
B1 is the button, and its caption is search - i dont want that to show up in the url, i only want
search.cgi?keywords=test
to show up.. how can i do this?
search.cgi?keywords=test&B1=Search
B1 is the button, and its caption is search - i dont want that to show up in the url, i only want
search.cgi?keywords=test
to show up.. how can i do this?

Comment