You should pass the <input type="submit">
's value
attribute.
For example, if the user clicks the following submit button, the browser must send GoNext=Next+Step
<input type="submit" name="GoNext" value="Next Step" />
For more information, read the specification
SLaks
2010-04-19 11:45:21