Click here to Skip to main content
15,920,576 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys,

this is my page

HTML
<form action="xxx" method="POST" name="form1" id="form1"  >
         <input type="hidden" name="clientid" value="<%=clientId%>">
              <input type="hidden" name="amount" value="<%=amount%>">
              <input type="hidden" name="oid" value="<%=oid%>">
              <input type="hidden" name="okUrl" value="<%=okUrl%>" >
              <input type="hidden" name="failUrl" value="<%=failUrl%>" >
              <input type="hidden" name="islemtipi" value="<%=islemtipi%>" >
              <input type="hidden" name="taksit" value="<%=taksit%>">
              <input type="hidden" name="rnd" value="<%=rnd%>" >
              <input type="hidden" name="hash" value="<%=hash%>" >

              <input type="hidden" name="storetype" value="3d_pay_hosting" >

      <input type="submit" name="submit" value="send">


But I want to submit this form without use any button. like automatically submit.
Posted
Comments
CHill60 16-May-14 20:45pm    
And what event would be the moment that the form would need to be submitted instead a button?

 
Share this answer
 
make a user function and call it when you need to submit
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900