Tagged Questions

0
votes
4answers
23 views

Button Element with Type Submit & PHP Challenges

Recently I change from <input type="button"> to <button> in my forms however the form being processed by PHP wouldn't then submit to the database. Am I missing somethin …
1
vote
3answers
36 views

How do I add an invisible AJAX submit on my form triggered by input field updates, while also preserving the natural submit?

Greetings kind community of wise developers !! It's my first time writing and I've looked around but alas, am stuck and need some assistance. I would be very grateful to any kind s …
0
votes
2answers
93 views

How can the submit action on a form(<form></form>) be automatically fired when all input elements within this form are completed/filled?

I want the submit action on a form() to be automatically fired when all input elements within this form are completed/filled. How to do it using ajax?
0
votes
1answer
39 views

submit View in ASP.NET MVC

How submit list View in ASP.NET MVC. List View dont have input type="submit" value="Save" and I dont know where to put it. Problematic code is: <%@ Page Title="" …
0
votes
0answers
22 views

form.submit() causes uncaught exception in greasemonkey

Hello! I'm using a greasemonkey script to load a page with ajax and automatically fill in the form fields inside the page and submit the form. The problem is that when the form.su …
0
votes
5answers
67 views

Submit with checkbox? No javascript

Is there any way to submit a form when a user clicks on a checkbox? Think of a todo list. When the user clicks on the checkbox, it updates the todo entry in the database saying it …
0
votes
3answers
76 views

How to get submit button POST Data while submitting by JavaScript form.submit()

Let's say I have this form and script: <SCRIPT LANGUAGE="JavaScript"> function handleSubmit() { return false; } function Delete(element) { var is_confirmed …
0
votes
1answer
11 views

Make Submit button not kill my dialog box

okay .. nooob alert.. sorry I have a form and Im trying to perform ajax posts. With the default submit button the dialog window closes, with the jquery button, nothing happens. …
2
votes
4answers
48 views

Where can I see the content of submit() java script function?

Just for curiosity... If possible, where can I find and see the javascript submit() function's content on the form? Just to see how it handles http requests. thanks!
1
vote
3answers
61 views

A button to start php script, how?

I want to make a button that starts my php script after I click it. So do I just make 2 separate files and have action post to the php file and then let it start? or is there a bet …
0
votes
1answer
36 views

Asp.net mvc send parameter to action with submit button in the partialView

My partialView is Opened in the modal dialog form, User select special row, I want to Submit the parent form with special value as a parameter. My parent form is: <form id="ma …
1
vote
1answer
140 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="hi …
0
votes
5answers
82 views

Disappearing submit button in IE7

Greetings. I'm having troubles with the following legacy code. It's fine in everything except IE7, where the submit button disappears. Space is still left for it on the page, but i …
0
votes
4answers
173 views

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 the exact look I want with code that looks like: <button type="button"> & …
0
votes
1answer
30 views

What is the Difference between submit() function and send() JavaScript functions?

Hi, I have been studying JavaScript from one book. Once I was playing with the codes concerning the client-server site communication, I wanted to do a POST request with the code b …

1 2 3 4 5 9 next
15 30 50 per page