Top "Submit" questions

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

How to open a new window on form submit

I have a submit form and want it to open a new window when users submits the form so i …

forms submit
HTML: How to make a submit button with text + image in it?

I would like to have a submit button which contains text and an image. Is this possible? I can get …

html image button input submit
Change value of input and submit form in JavaScript

I'm currently working on a basic form. When you hit the submit button, it should first change the value of …

javascript html forms onclick submit
HTML form with multiple "actions"

I'm setting up a form wherein I need two "actions" (two buttons): 1 - "Submit this form for approval" 2 - "Save …

html forms submit
"Submit is not a function" error in JavaScript

Can anyone tell me what is going wrong with this code? I tried to submit a form with JavaScript, but …

javascript html dom submit
HTML form with two submit buttons and two "target" attributes

I have one HTML <form>. The form has only one action="" attribute. However I wish to have two …

javascript html forms submit
Submitting a multidimensional array via POST with php

I have a php form that has a known number of columns (ex. top diameter, bottom diameter, fabric, colour, quantity), …

php forms post multidimensional-array submit
Multiple Forms or Multiple Submits in a Page?

I'm creating a page with the products sold in the website. I'd like to include an "add to cart" button …

html forms submit multiple-forms
HTML - How to do a Confirmation popup to a Submit button and then send the request?

I am learning web development using Django and have some problems in where to put the code taking chage of …

html django submit
Dynamically create and submit form

Is there a way in jQuery to create and submit a form on the fly. Something like below. <html&…

javascript jquery forms submit