Sponsored By
MindStick SurveyManager
Advertise with Us
Advertisement
Advertise with Us
Follow Us
Follow _MindStick_ on Twitter View MindStick Software's LinkedIn profile View MindStick Software's Facebook profile
Mindstick
Article Article  Forum Forum  Blog Blog  Quiz Quiz  Beginner Beginner  Careers Careers  Contact Contact  Login Login  
Home | Product | Services | About Us | Interview | DeveloperSection | Submit an Article | Submit Blog
Report Abuse Form
Reason:    
   

Home >> Scripting >> Java Script >> its possible without submit button
Author Post

Manasavi Rajpoot


Total Post: 10
Member Since: 11/16/2010
Points: 52
its possible without submit button
Posted On: 12/20/2010 1:25:13 AM
we can post the form without submit button
like only simple button
<input type="button" value="enter"/>
give the solution
Author Post

Amit Singh


Total Post: 104
Member Since: 8/8/2010
Points: 702
Re: its possible without submit button
Posted On: 3/14/2011 5:09:38 AM

we can post the form without the submit button
for example

<script type="text/javascript">

function dd() {

document.forms[0].submit();

}

</script>

<body>

<form id="form1" action="Default2.aspx" >

<div>

<input type="button" name="post" value="post" onclick="dd();" />

</div>

</form>

</body>

Report Abuse Form
Reason:    
 
Total Online Users: 2682
Advertisement
MindStick DataConverter
Advertise with Us
  
Copyright © 2013MindStick. All Rights Reserved.