Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

141
votes
17answers
205k views

JavaScript post request like a form submit

I'm trying to direct a browser to a different page. If I wanted a GET request, I might say document.location.href = 'http://example.com/q=a'; But the resource I'm trying to access won't respond ...
25
votes
2answers
9k views

How can I build multiple submit buttons django form?

I have form with one input for email and two submit buttons to subscribe and unsubscribe from newsletter: <form action="" method="post"> {{ form_newsletter }} <input type="submit" ...
17
votes
10answers
19k views

HTML: Submitting a form by pressing enter without a submit button

Well I am trying to submit a form by pressing enter but not displaying a submit button. I don't want to get into JavaScript if possible since I want everything to work on all browsers (the only JS way ...
16
votes
6answers
12k views

How to prevent buttons from submitting forms

In the following page, with Firefox the remove button submits the form, but the add button doesn't. How do I prevent the remove button from submitting the form? <html> <head> <script ...
16
votes
6answers
3k views

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 processes the form more than once. This can also happen when a user hits the back button having ...
12
votes
1answer
3k views

Xcode4 - Build for Archiving greyed out

I want to submit my iOS App via Xcode 4. The problem is that I cant do the Build for Archiving. Its Inactive and Gray (the Menu Item Product->Build For->Build For Archiving) and i dont know why. ...
12
votes
3answers
13k views

Jquery submit form

How can I submit a specific form using the follow code (example the id of my form is #form1). $(".nextbutton").click(function() { submit; });
12
votes
8answers
27k views

Is there a better jQuery solution to this.form.submit();?

I want to trigger the submit event of the form the current element is in. A method I know works sometimes is: this.form.submit(); I'm wondering if there is a better solution, possibly using jQuery, ...
10
votes
6answers
12k views

Use Javascript to change which submit is activated on enter key press

I have a form on an HTML page with multiple submit buttons that perform different actions. However, when the user is typing a value into a text input and hit enters, the browsers generally act as ...
10
votes
4answers
15k views

How do you submit a dropdownlist in asp.net mvc

<% using (Html.BeginForm() { %> <%=Html.DropDownList("TopItemsList", ViewData["ListData"], new { onchange="[???]" })%> <% } %> In the above example, what value should you set ...
9
votes
2answers
5k views

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), but has an unknown number of rows, as users can add rows as they need. I've ...
9
votes
4answers
1k views

If an HTML form has two <input type=“submit”> buttons, how do I know which got clicked?

Suppose I have the following HTML form: <form> ... <input type="submit" name="queue" value="Queue item"> <input type="submit" name="submit" value="Submit item"> </form> How ...
9
votes
7answers
33k views

Open Fancybox (or equiv) from Form input type=“submit”

is there a way to get a fancybox (http://fancy.klade.lv/) or any other lightbox from submitting a FORM (with an image button)? HTML looks like this: <form action="/ACTION/FastFindObj" ...
9
votes
6answers
24k views

HTML form with two submit buttons and two “target” attributes

Hi I have one html <form> The form has only one action="" However I wish to have 2 different target="" attributes depending on which button you click to submit the form. This is probably some ...
9
votes
6answers
10k views

submit is not a function in javascript

Does anyone can tell me what is going wrong with this code? I tried to submit a form with javascript, but error ".submit is not a function" shown. See below for more details of the code: <form ...
8
votes
6answers
9k views

Submitting a jQuery ajax form with two submit buttons

I have a form that looks like this: <form action="/vote/" method="post" class="vote_form"> <input type="hidden" name="question_id" value="10" /> <input type="image" ...
7
votes
2answers
701 views

Preventing duplicate form submissions

I came up with a technique to prevent duplicate form submission by going back/forward or refreshing the page. And I thought about duscussing it here, I already tested a sample not in production ...
7
votes
3answers
6k views

jQuery AJAX submit form

I have a form with name orderproductForm and an undefined number of inputs. I want to do some kind of jQuery.get or ajax or anything like that that would call a page through Ajax, and send along all ...
7
votes
5answers
3k views

Two submit buttons in one form

I have two submit buttons in a form. How do I determine which one was hit serverside?
6
votes
1answer
1k views

Submitting app to app store with xCode4 - summary of key steps - please correct/add

everytime I submit a new app I spent too much time because even forgetting a small thing causes the whole process to fail. Therefore I summarized the steps that worked for me, hoping that they are ...
6
votes
2answers
1k views

Allow Enter key to login in asp.net?

I have a standard asp:login control: <asp:Login ID="mbLogin" runat="server" TitleText="" DestinationPageUrl="~/Default.aspx" PasswordRecoveryText="Forgot your password?" ...
6
votes
3answers
684 views

how do I disable the submit button when the form gets submitted without any errors

I want to disable the submit button when a user submits the form so that he may not click the submit button twice. So I coded the following javascript in my page $(document).ready(function(){ ...
6
votes
2answers
3k views

JQuery Autocomplete: Submit Form on selection?

I'm using JQuery Autocomplete on a traditional html form. I'm trying to get the form to submit (the old-fashioned way lol!) when a selection is made. Currently the input box gets filled out and I ...
6
votes
11answers
5k views

how to prevent multiple form submit from client side?

sometimes when the response is slow, one might click multiple times on the submit button. How to prevent this from happening?
6
votes
3answers
8k views

Multiple submit buttons/forms in Rails

I am trying to write a rails application which lets you go to a certain page, say /person/:id. On this page it shows a set of available resources. I want each resource to have a button next to it, ...
5
votes
4answers
47 views

Jquery trap form submit()

I'm currently using jquery to trap the submission of a form and show users a dialog for confirmation. If user clicks yes, then form should submit. If user clicks no, then close the dialog. This all ...
5
votes
1answer
98 views

Unique Find/Replace System Not Working

I'm creating a really Find/Replace System but one of the main features are not working. What's Supposed to happen: Once you search all words found will highlight on the page. I want it so you can ...
5
votes
3answers
98 views

PHP saving variables

There is a $variable, its value is a big Array(). It is created inside the function one() { ... } on the first.php page. first.php has form with method="post", after submition page reloads on ...
5
votes
3answers
1k views

Delphi indy10 http server and ExtJS form submit

I have a problem I don't know how to solve. I have an Indy10 HTTP server. I have used both Indy9 and Indy10 HTTP servers in many applications and never had any problems. But now I am using Indy10 ...
5
votes
3answers
2k views

Supress submit event / Submit button enabled only if javascript is disabled

I have some client-side JavaScript validation on a form. It works great. But I want to accommodate users who have JavaScript disabled. My validation isn't run from the form's onsubmit attribute, it's ...
4
votes
2answers
36 views

Can we redirect a page to new window with submit button

Hi i have a form on my page, in asp.net, my form is hidden, it open in lightbox on click of a link on the page. lightbox has a div with HTML form POST method and action to some URL, on click of ...
4
votes
3answers
148 views

Validate and submit a form without enter in an infinite cycle?

I am having an infinite cycle using this jquery code, I know WHY but I dont know HOW to fix this: <form id="submitme"> <input value="" name="n1" id="n1" type="text"/> <input ...
4
votes
3answers
387 views

JavaScript Form Submit - Confirm or Cancel Submission

For a simple Paypal form with an alert that asks if fields were filled out correctly, I need a function that does this: Shows an alert box when button is clicked Offers two options: If "OK" is ...
4
votes
5answers
240 views

How do I intercept a form's values before sending it?

I currently have a large form that gets sent to our payment authorizer (done so by action="paymentautherizerURL" ), however I am not getting all of the information I require back from them when I go ...
4
votes
2answers
2k views

itunes connect - How to remove an app that's waiting for review?

Because we have discovered and fixed a bug in our app after we uploaded the application to iTunes Connect, we now need to remove the one that has been posted for review and upload the newer version we ...
4
votes
1answer
414 views

Autocomplete on enter (but NOT in auto-select)

I have a simple input field and on enter I want to submit it (the form that it is in). I am using jQuery but not any autoComplete extension, so it's just the default browser one: $('#searchfield') ...
4
votes
3answers
139 views

How do I submit a javascript variable using a round trip to the server

I have a string that I am building via javascript. For the purposes of this example: var cereal = 'my super cereal string'; I have a button on the page: <button id="save" type="submit" ...
4
votes
1answer
5k views

jQuery iframe form submit

is there any way to submit an iframed form from jquery? What i have is the following. $('button#bookingButton').click(function(){ $('<iframe id="externalSite" class="externalSite" ...
4
votes
1answer
174 views

asp.net mvc 2.0 Jquery form submit

I am using the following code in my MVC application to login a user. If I get back "1", I redirect user to the dashboard view else login is unsuccessful. $.post($("form").attr("action"), ...
4
votes
3answers
1k views

why doesn't hitting enter when a SELECT is focused submit the form?

Consider the following HTML: <form action=""> <input /> <select> <option>A</option> <option>B</option> </select> ...
4
votes
4answers
407 views

How to check if a form is submited via javascript?

I have this conventional submit button which submit a form like this: <form method="post" id="form_submit"> ... <input class="button" type="submit" name="Submit" value="Submit"> ...
4
votes
5answers
7k views

How do i make a “div” button submit the form its sitting in?

I have ASP.Net code generating my button's HTML for me using divs to get it to look and behave how I want. This question is regarding the HTML produced by the ASP.Net code. A standard button is easy, ...
4
votes
6answers
5k views

jQuery submit, how can I know what submit button was pressed?

I'm using ajaxSubmit plugin to send Ajax forms, but for some reason this plugin doesn't send names/values of input[type=image]'s. So now I 'm catching submit event before ajaxSubmit will handle form ...
4
votes
4answers
1k views

Pressing “Return” in a HTML-Form with multiple Submit-Buttons

Let's imagine a HTML-form with with two submit buttons. one of them is positioned in the upper half of the form and does something less important. the other button is the actual submit button, which ...
4
votes
5answers
2k views

using Jquery to automatically submit form

I am trying to submit a form by using jquery automatically after page load $(function(){ $("input[name=name]").val("somename"); $("input[name=email]").val("323@ds.com"); $('#aweberform').submit(); ...
4
votes
4answers
5k views

Form submit with javascript works in Google Chrome only once

I have simple form. <form target="_blank" action="somescript.php" method="Post" id="simpleForm"> <input type="hidden" name="url" value="http://..."> <input type="hidden" name="code" ...
4
votes
5answers
9k views

submitting a GET form with query string params and hidden params disappear

Consider this form: <form ... action="http:/www.blabla.com?a=1&b=2" method="GET"> <input type="hidden" name="c" value="3" /> </form> When submitting this form (a GET form) ...
4
votes
8answers
6k views

Hitting “enter” does not post form in Ie8

I'm using php to pass a login form when required, and here is the code: $htmlForm = '<form id="frmlogin">'. '<label>'; switch(LOGIN_METHOD) { case 'both': $htmlForm ...
4
votes
5answers
3k views

How to not submit a form if validation is false

How can I make sure the form won't submit if one of the validations is false? $('#form').submit(function(){ validateForm1(); validateForm(document.forms['dpart2']); ...
4
votes
4answers
7k views

Submit button style in IE

I have a question to the submit- button behavior of internet explorer. If I load the page everything is fine - the submit button looks as it should. But if I click inside the FORM, the submit ...

1 2 3 4 5 22