Tagged Questions
The html-form-post tag has no wiki summary.
5
votes
5answers
3k views
Prevent double submission of forms in jQuery
I have an form that takes a little while for the server to process. I need to ensure that the user waits and does not attempt to resubmit the form by clicking the button again. I tried using the ...
3
votes
1answer
342 views
Issue a redirect (HTTP 302) to act on _top frame without using Java script
I need to redirect the top frame on a form post and it should work irrespective of javascript and across all major browsers.
I can redirect to a page with a link and its target attribute set & ...
2
votes
1answer
53 views
How to mimic an HTML form submission in a POST request?
I have HTML form that is used for sending bugreports from application to server. I need to mimic this behavior programmatically. What will the corresponding POST request (or series of requests) look ...
2
votes
2answers
72 views
HTML form with post not calling PHP script in action
I have a form in a HTML file that will post values from the form into a database, via a PHP script.
Unfortunately, when I click the submit button, my form will not call the PHP script. However, if I ...
2
votes
2answers
131 views
Best jQuery TextEditor
Anyone know a good Rich Text Editor preferably in jQuery that has a good interface, is customizable and easy to integrate in forms where submitting data is crutial..
I am making a website where ...
2
votes
1answer
98 views
How to Build an HTML POST?
Unlike GET, in which building the query is straightforward (concatenating fields into one long URL), I seem to be missing the "secret" of generating a POST.
I know that the URL provided in the ...
2
votes
3answers
75 views
How to make enter the submit button in a form
I have a form for logging into my website. I need to make it so that when the user hits enter, the form submits. How can I do this? Please provide code. Thanks.
<form id="login" ...
1
vote
0answers
201 views
Craigslist API - how to post with RSS data?
http://www.craigslist.org/about/bulk_posting_interface - it says, "New postings are submitted to craigslist in RSS format with additional craigslist-specific elements via HTTPS POST"
How do I post a ...
1
vote
1answer
90 views
How to Retain Request.Form data
This is regarding forwarding POST variables properly in ASP.Net
To force all connections use the https protocol rather than http, I inserted the following code in Global.asax
If Not ...
1
vote
5answers
74 views
Tool to Trace an HTML Post Submission?
Is there a way (or tool) that helps seeing (or logging) exactly what is being sent in an HTML <FORM METHOD=POST> in response to clicking a <INPUT TYPE="submit"> button?
1
vote
1answer
174 views
HTTP/1.1 202 (Accepted) POSTING FORM DATA VIA HTTPS to WCF SERVICE
Hey does anyone get a "202 (Accepted)" issue posting form data to a WCF service hosted via SSL?
What I am expecting is a response in xml. This works in regular http and visual studio debugging.
...
1
vote
2answers
111 views
How to catch data from a drop down list to use it in SQL query?
I've been trying to fix this code but I couldn't.
if ($_POST['number']) {
$number = $_POST['number'];
$code = $_POST['code']; // I INSERTED THIS HERE TO GET THE DROPDOWN LIST VALUE
...
1
vote
1answer
222 views
Request.Form has no value(s)
When i am getting values from Request.Form but its showing me null (Total count = 0).
Can any one guide me.
Here is my html:
<form id="SampleForm" method="post" action="Home/SubmitRequest" ...
1
vote
2answers
44 views
Should I use in this case post or get method for ajax form submission?
Should I use in this case method="post" or method="get" for ajax form submission?
Update:
When should be used post and when get in case of ajax form submission?
<form action="script.php" ...
1
vote
4answers
98 views
What PHP/Shell Framework can be used to access HTTP-POST/-GET Forms (besides curl)?
I'm searching an abstraction layer from pure HTTP-POST/-GET using curl. It should somehow make it easy to define the Targeted script and it's variables.
I read something exists in the FreeX (german ...
0
votes
1answer
32 views
How to use form action in html
i have a page, which has 2 links (search, normal button), both redirects are different url, on search click, search page should get open and on other button, form action should be set, now the ...
0
votes
2answers
33 views
Get uploaded image dimensions using javascript
In one of my form ( jquery + html + php ) I have to check the extension of file before uploading to the server. ie. User is only allowed to upload .jpg files only and within fixed dimensions for eg: ...
0
votes
1answer
22 views
How to avoid “unsaved form changes” after submit response is an attachment?
Never mind the following. I discovered that my problem was caused by js code elsewhere in the app.
My application does a form submit. This goes to a action method on a controller, which does this:
...
0
votes
2answers
54 views
Dynamically create form and post to IFrame using jQuery
I have a page with a link and an IFrame on the page. On click of the link, I create a form around it and then post it. This is what I am doing:
elem.wrap('<form id="fooForm" name="fooForm" action ...
0
votes
1answer
42 views
Character encoding issue with Spring MVC and HTML form
I'm working with sprign mvc. I've set up a web form that has two simple text inputs. On controller, I use @ModelAttribute to let spring build the bean from the web form.
The problem comes when user ...
0
votes
1answer
17 views
Can one save a form button's value in $_POST data without it also triggering form submit onClick
I've built a simple time picker within a form and decided to use a button which toggles between "am" and "pm" onClick. My problem is that if I use
<input type="button" value="AM" ...
0
votes
1answer
43 views
PHP Form data posting w/ < > greater/lessthan symbols (code added)
* UPDATE: Below, I've posted the code for my index.html & process.php *
In a nutshell, my company is using several different programs that use a string of data regarding personal appearance ...
0
votes
1answer
36 views
deep nested if statement issues
Ok, So I'm writing a task organizer script and I'm having some issues with marking the subtasks as complete or not complete.. my code is as follows...
if($_POST['finished']){ // $_POST['finished'] is ...
0
votes
2answers
153 views
How to prevent submitting the HTML form's input field value if it empty
I have HTML form with input fields. Some of inputs can be empty, i.e. the value is "".
<input name="commentary" value="">
Just now, when commentary field is not set, it appears in submit url ...
0
votes
0answers
56 views
Using FormDataMultiPart to read text as Integer with getEntityAs
I am reading an html form into java objects as below.
@Consumes(MediaType.MULTIPART_FORM_DATA)
@POST
public void someValue(FormDataMultiPart fdm){
Integer myInt = ...
0
votes
1answer
78 views
form post in Chrome extension popup not doing anything
I am making a chrome extension and I have a popup.html page that contains a form with method post, it does not do anything when opened using the popup button however if the page is opened as an ...
0
votes
1answer
83 views
How do I Pass Html form image arrays to the Google App Engine(Python)?
I'm using the Python implementation of the Google App Engine. When I try to pass an array of image input tags from an html form, I can't seem to pick it up in the Python controller.
The Html:
...
0
votes
4answers
73 views
Use asp.net button with a html form
I got a request to add this form to a asp.net control.
I want to use asp.net text box and button to submit the info to the form. (because I have special controls to match the look and feel).
this ...
0
votes
1answer
56 views
Unexpected T_BOOLEAN_OR in email script
I wrote a script to send the contents of a contact form (first name, last name and email address) to the website owner. However, when I press the Submit button on my form the error:
Unexpected ...
0
votes
1answer
64 views
How do I get PHP to ignore de-selected subcategories, even if they contain content?
I'm having some trouble with some PHP.
Here's a shortened version of the HTML:
<label for="yes_or_no">would you like to tell me your favourite colours?</label>
<input type="radio" ...
0
votes
1answer
99 views
Use of Quotes in Form Element values
I have created a Textarea control. The data entered in this control goes to a database when Submit is clicked. However, when the user types single quotes while entering value in this control and ...
0
votes
1answer
3k views
HTTP POST Request, HTML Form input (login: user/password) browser simulation
I'm trying to login to a website (http://www.meo.pt/ver/Pages/login.aspx) from within my application so that I can access the program listing, etc, I searched in the page source code for the html for ...
0
votes
1answer
502 views
HTML form default values override actual values at post time in Internet Explorer 9
I am just testing the brand new Internet Explorer 9 Beta with my website. I see a weird behaviour for some form values and I am not sure if it is my mistake or a bug in IE9. What do you think?
I have ...
0
votes
0answers
299 views
How do i resume an upload on a HTML Form?
I asked a question and it appears no one knows the answer. So i'll ask one specific part.
How can i resume a file uploaded from an html form? While uploading the user has a full network disconnect. ...
0
votes
1answer
112 views
Why is my Asp.Net Form arriving empty when I post from Page to Page?
I have the following HTML Code
<%@ Page Language="C#" %>
<html>
<head>
<title></title>
</head>
<body>
<form id="frmSystem" ...
0
votes
1answer
518 views
Posting HTML Form Values Over HTTPS
I have a website that is currently using https for secure login and transactions. You can't navigate to the to the main site unless you login.
I have had a request from a partner who have asked if ...
-2
votes
2answers
187 views
Firebug gives error “Ajax is not defined”
I have this HTML form which uses AJAX to pass data to a php file. (I did this so I don't have to leave the current page). Firebug gives me two errors :
document.getElementById("name") is null
ajaxget ...