I have a page with a form, a couple of hidden fields and a submit button, the information in the hidden fields i want to submit automatically without clicking the submit button, is there a way of simulating the button been clicked???
Its becuse i dont want the user to alter any thing on the page but it to be submitted automatically
<input type="submit" name="Submit" value="Submit" />
this is the submit button, is there an extra command that can be added to it or just a way of simulating it???
Its becuse i dont want the user to alter any thing on the page but it to be submitted automatically
<input type="submit" name="Submit" value="Submit" />
this is the submit button, is there an extra command that can be added to it or just a way of simulating it???
Comment