Lets say a form has a submit button, and its text is 'Post'

(<INPUT TYPE="submit" VALUE="Post"> )

how can you submit that button by using its value?

Anyone know?