Form Button value and label

Discussion in 'HTML & Website Design' started by alphacooler, Jul 5, 2006.

  1. #1
    When I submit my form (GET) the name of the button and the value(label) are submitted and visible in the url (?go=go&etc...). Is there anyway to get rid of this short of a mod_rewrite?
     
    alphacooler, Jul 5, 2006 IP
  2. Perrow

    Perrow Well-Known Member

    Messages:
    1,306
    Likes Received:
    78
    Best Answers:
    0
    Trophy Points:
    140
    #2
    Submit it with post, or I think you can make it a javascript button that's not actually in the form but submits it. You should be able to google the specific code for that one.
     
    Perrow, Jul 5, 2006 IP
  3. brian394

    brian394 Well-Known Member

    Messages:
    226
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    108
    #3
    Don't assign a "NAME" value to the button.
     
    brian394, Jul 5, 2006 IP
  4. alphacooler

    alphacooler Peon

    Messages:
    70
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thanks brian, that did the trick.

    Warmest,

    k
     
    alphacooler, Jul 6, 2006 IP