simple CGI form question...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • brizzad
    holla
    • Jul 2003
    • 11769

    #1

    simple CGI form question...

    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?
  • brizzad
    holla
    • Jul 2003
    • 11769

    #2
    nevermind, i found out how

    Comment

    Working...