---
title: "its possible without submit button"  
description: "its possible without submit button"  
author: "Manasavi Rajpoot"  
published: 2010-12-20  
updated: 2011-03-14  
canonical: https://www.mindstick.com/forum/130/its-possible-without-submit-button  
category: "javascript"  
tags: ["javascript"]  
reading_time: 1 minute  

---

# its possible without submit button

we can [post](https://www.mindstick.com/articles/12829/aspects-that-make-australia-post-shipping-extension-a-useful-tool) the [form](https://www.mindstick.com/forum/6/multi-form-mfc-application) without [submit button](https://www.mindstick.com/forum/12834/make-text-appear-when-submit-button-clicked-and-checkbox-is-unchecked)\
like only [simple](https://yourviews.mindstick.com/story/1469/5-simple-ways-to-stay-fit-amp-healthy) button\
<[input](https://www.mindstick.com/forum/159209/how-can-i-read-convert-an-input-stream-into-a-string-in-java) type="button" [value](https://www.mindstick.com/articles/23219/an-optimized-description-adds-value-to-experience-and-in-turn-effectively-guest-posting-packages)="enter"/>\
give the solution

## Replies

### Reply by Amit Singh

we can post the form without the submit [button](https://www.mindstick.com/articles/63/how-to-add-button-in-datagridview-in-csharp-dot-net) \
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>
```


---

Original Source: https://www.mindstick.com/forum/130/its-possible-without-submit-button

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
