Tagged Questions

0
votes
2answers
190 views

Rails, Edit page update in a window

I have my code working so that I have a table of businesses. There's a pencil icon you can click on the edit the business information. The edit information comes up in a partial …
0
votes
1answer
37 views

jQuery - Multiple form submission trigger unrelated multiple error messages

Hi, I have couple of forms on my php page. I am using jQuery (& Ajax) to process this page and show the results. Let's call the forms as: ToDo and Register forms. I have submit …
2
votes
8answers
2k views

Submit form input fields added with javascript

I'm making a simple form to create polls, therefore I want the possibility to add additional input fields in case the user wants more options in the poll. I've made Javascript cod …
0
votes
0answers
18 views

IE7 onSubmit return false in function may fail?

I found this forum thread in google, but no one here seems to encounter the same problem, so I would like to know if onsubmit='return false;' really fails in some IE7 browsers, mea …
0
votes
1answer
519 views

Jquery Form Validation and Checking the values with Mysql Database through PHP Script

I have a form which has a input textbox and submit button. On submission of the form the textbox value should get pass to an php script and check the values whether it exists in t …
2
votes
6answers
128 views

PHP: Stop a Form from being accidentally reprocessed when Back is pressed

What is the best way to stop a form from being reprocessed when a user hits a Back button? I'm following the Post/Redirect/Get pattern, so I don't have a problem if F5 is pushed, …
0
votes
2answers
31 views

Automatic Web Form Submission (looking at Javascript, but other methods are welcome)

What is the most efficient way to do automatic form submission? I'm doing this for fairly legit purposes (well, the site concerned doesn't have an option to send mails to a large g …
1
vote
4answers
40 views

How to HTTP POST from a link without JS

Any methods to submit a POST request from a link if JS is disabled? Ideeas so far (none of them perfect) Use <input type='submit>, but I need a link not a button Use < …
1
vote
2answers
71 views

How do I download a file with WWW::Mechanize after it submits a form?

I have the code: #!/usr/bin/perl use strict; use WWW::Mechanize; my $url = 'http://divxsubtitles.net/page_subtitleinformation.php?ID=111292'; my $m = WWW::Mechanize->new(autoc …
0
votes
1answer
69 views

Do all browser’s treat enter (key 13) the same inside form?

I have a form with multiple submit buttons, each of which is relevant to how the user wants the data saved and/or loaded. The problem is (or was) that if a user pressed enter on t …
1
vote
4answers
110 views

MVC jQuery submit form (without page refresh) from JavaScript function

I'm pretty new to all this. I'm using ASP.NET MVC C# LINQ to SQL. I have an edit page that loads Authors and all their Books. The Books are loaded via an Ajax call. <scrip …
0
votes
3answers
64 views

Javascript Submit does not include Submit Button Value

Ok, this is less of a question than it is just for my information (because I can think of about 4 different work arounds that will make it work. But I have a form (nothing too spe …
1
vote
3answers
60 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
3answers
21 views

jQuery .submit problem

I'm having a little problem with jQuery: I'm having .submit() defined on a form, when I submit the form by clicking the submit button, the even triggers and things works smoothly, …
0
votes
4answers
73 views

Good solution to the ‘preventing default button on form from firing’ problem?

I need a solution for the age old problem of a 'default button' firing undesirably. i.e you hit enter in a text box, but there is a submit button on the form that isn't the one you …

1 2 3 4 5 next
15 30 50 per page