Posting a form with hidden fields without submit button click

Posted by Tarun on Stack Overflow See other posts from Stack Overflow or by Tarun
Published on 2010-06-07T16:41:18Z Indexed on 2010/06/08 0:12 UTC
Read the original article Hit count: 145

Filed under:
|
|

I have a form as

<form action="" method="post">

<input name="Descripcion" type="hidden" value="" id="Descripcion" runat="server" />

<input id="Submit1" type="submit" value="Comprar" />

Instead of clicking on submit button i want that the form should be posted without clicking submit button with hidden fields

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about html