Top "Submit" questions

Refers to the action of sending data to a specific destination.

How to set `onSubmit` dynamically with JavaScript

Right now I am in a bit of a dilemma because I cannot edit the onSubmit of my form, so …

javascript submit form-submit onsubmit
What methods are available to stop multiple postbacks of a form in ASP.NET MVC?

A common web problem is where a user clicks the submit button of a form multiple times so the server …

asp.net-mvc postback submit action-filter
jquery and IE submit, ajaxForm not working

I have a form: <form method="post" action="/balda/server.wsgi" id="gameboard" name="gameboard" > with a submit …

jquery ajax internet-explorer-9 submit ajaxform
Replace submit button with glyphicon in rails

Quick question. I have: <%= f.submit "Like", class: "btn btn-large btn-primary" %> and instead of the text reading "like" …

ruby-on-rails submit glyphicons
Javascript form submit waiting till finishes

I have a form with upload <form action="../upload" method="post" id="upload_form" enctype="multipart/form-data" target="upload_…

javascript html forms submit single-threaded
Extjs submit multipe tabpanel inside a Formpanel

Hi im looking for a way to submit a form that contains multiple tabbed forms. The user must be able …

post extjs tabs submit formpanel
keycode 13 and keycode 10 not working

Event keypress 13 and 10 not working on iPhone safari, android firefox but working with android default browser. I have a jsp …

javascript jquery submit keypress keycode
How do I submit a form in javascript using the getElementsByName method?

I'm just curious about a certain scenario: If I want to submit a form using getElementById using the following code …

javascript forms submit getelementsbytagname getelementsbyname