Tagged Questions
0
votes
0answers
23 views
JavaScript Suddenly not working - TypeError: document.hform.sSecureUser is undefined
My Code:
<?php include ($_SERVER['DOCUMENT_ROOT'].'/functions/functions.php');?>
<div id="hasJavaScript">
<form name="signup">
<label>Username</label> ...
0
votes
1answer
50 views
JQuery check empty inputs
I have the following HTML form:
<form id="ChartsForm">
<div id="dateoptions">
<p>Until date: <input type="date" name="until_date" value="Until date"></p>
...
0
votes
1answer
50 views
Jquery Ajax get request to separated urls in the same function
I have the following form:
<p>Choose your page:</p>
<form id="ChartsForm" onsubmit="return submitForm();">
<select name="accmenu" id="accmenu" style="width:300px;">
...
2
votes
2answers
31 views
Javascript number comparison fails
I'm trying to understand where is my error, because it's not possible that JS fails in math!
On the HTML form I have a select and 9 text input.
Then, on the JS I compare the text entered.
My problem ...
0
votes
1answer
40 views
Filtering html form options based on previous input
I'll preface this question by saying I'm not looking for code here, just an indication of whether my approach is correct before I undertake a large effort. That's why it will appear I have yet to try ...
1
vote
1answer
156 views
HTML Form with PHP Captcha Plugin, I'm running into some issues
I have looked for similar questions and I did not find my particular case.
I am using the PHP Captcha plugin within a form that I have. I handle the incorrect and correct captcha entries very ...
0
votes
1answer
32 views
Manage entered email-contacts in HTML form as removable blocks with [x] button similar to Gmail?
Are there solutions to manage entered email-contacts in HTML forms as removable blocks with [x] buttons, similar to Gmail?
Instead of generic text input with comma-separated e-mails I want to have ...
0
votes
1answer
88 views
Adding onchange event to FormHelper forms
I've got a form full of checkboxes, and I'm trying something to update the form options via AJAX (as one option is selected other selections are limited). I had this working via submit buttons, but ...
0
votes
3answers
244 views
how to change a form background color using jquery while using input[type=text];
I know my title my be a little confusing, maybe someone can suggest a different one.
So anyways, i am learning some Jquery, i want to us it for form validation, I'll show the code then asked the ...
0
votes
2answers
89 views
Multiple forms using same javascript method
I'm a little stuck with something i've been trying to do.
I've been trying to get multiple forms (six) to use a javascript method that i have. These forms have text input values and should be ...
2
votes
1answer
366 views
JavaScript form submission doesn't send value of input type=submit
I'm using jQuery to, in some cases, automatically submit a form. Here's my code:
$("form [data-autosubmit]").closest("form").submit();
It works, however it doesn't send the name and value of the ...
0
votes
0answers
61 views
ember action eats fields of a form submit
If I bind an action to the submission of a form, none of the fields get submitted.
I have a form along the lines of:
<from action="/formReciever" target="hiddenFrame" method="POST>
What's ...
1
vote
2answers
675 views
Resetting Select2 value in dropdown with reset button
What would be the best way to reset the selected item to default? I'm using Select2 library and when using a normal button type="reset", the value in the dropdown doesn't reset.
So when i press my ...
0
votes
1answer
193 views
How to create browser extension to show infobar-like HTML form banner in Firefox and Google Chrome?
I would like to create a browser extension which will show a persistent infobar-like banner in Google Chrome or Firefox web browser. This banner should push the website down so as to not block any ...
0
votes
3answers
95 views
JavaScript form validation: Why does the first work but the second doesn't?
I have the following form:
<form action="next.html" id="userInput" method="post" onsubmit="return validate();">
Age: <input type="text" name="age" id="age"/>
function validate() {
...
1
vote
2answers
2k views
passing form data to another HTML page
I have two HTML pages: form.html and display.html. In form.html, there is a form:
<form action="display.html">
<input type="text" name="serialNumber" />
<input ...
0
votes
2answers
209 views
Asp net mvc Form does not post all fields on submit as it is supposed to post
I have this form in my asp net mvc application, check right above the form the fields that are posted. The are couple of them missing. Can“t understand why
<form id="FormRegistroUsuario" ...
0
votes
1answer
60 views
Can't display default text using html form and infobox.js
Web designer novice here, so I hope these terms are correct and the question isn't too embarrassing. What I've got is an html form (in an html5 document) with 4 items (though there will be more):
...
1
vote
1answer
258 views
Form redirect on submit using dropdown options values for urls
I'm having a problem with this form below. It only contains a <select> dropdown and a submit button. If the user selects an option and submits the form, the inline javascript should fetch the ...
0
votes
1answer
90 views
Javascript Function values pulled from HTML form fields
I am trying to create a HTML system, it creates a .txt form through phonegap.
my HTML elements are as such
SCRIPT
function Savenote() {
// Wait for Cordova to load
//
...
1
vote
1answer
235 views
Upload File as String to JavaScript Variable
Is there any way for a client to upload a file in an HTML form (e.g. .txt or .csv formats) to a JavaScript variable as a string using only JavaScript? If so, could you provide a simple example? I ...
0
votes
1answer
168 views
jQuery show() function is not executed in Safari if submit handler returns true
Ok, I've bound a submit event handler to a form. The handler is set up to validate data, then after validation passes disable further form submittal, as well as display a 'Please wait ... processing' ...
-1
votes
2answers
437 views
if i click ok in alert box all text box become empty?
i got error, For example i am having 4 text boxs name,dob,age and mail-id. in this if i entered name,dob and age but i am not entering mail-id. if i click submit the alert box appear in that mail id ...
0
votes
2answers
98 views
How do I link an error/information div with a textbox above it
I have a pretty standard html form with a few input boxes. I have a small div under each textbox that displays directions when the textbox has focus (the rest of the time they are hidden). The divs ...
-1
votes
1answer
74 views
How to pass valus selected from HTML Form?
i have a php file which contains two form. Form1(Intermediate) have one text box and three dropdown list as filters. once i hit submit button in Form 1, the values gets POST'ed to another php file ...
-4
votes
1answer
75 views
javascript form validation using test [closed]
I recently learnt this code but this code is not working as it is expected to .It is for form validation
function username_validation(name){
var valid_name = /^[a-zA-Z0-9_]{5,30}$/;
...
0
votes
1answer
377 views
JavaScript display html text input in html5 output tag
I am trying to make a little JavaScript web app that I can use to make templates for webpages I am going to make.(To speed up designing and stuff.)
But when doing this I want to make it update live ...
0
votes
1answer
80 views
Let users log into their emails without entering the @domain.com part? [closed]
I have made a page for my staff to log into their mails without the need to go to http://www.ipage.com/mail/. The page is http://www.pgla-jordan.org/staff-login.html.
here is the code for that page:
...
1
vote
4answers
730 views
Prompt confirm before Leaving edited html form
If user tries to leave unsaved edited form, a message box pop-up
"This page is asking you to confirm that you want to leave - data you have entered may not be saved.
Leave Page and Stay on Page"
Can ...
1
vote
3answers
522 views
jQuery submit form doesn't work
<form accept-charset="UTF-8" action="/twitts" class="dialog " id="twitt-form" method="post" title="Dialog" selected="true">
<div style="margin:0;padding:0;display:inline">
...
0
votes
2answers
331 views
How can I show/hide div using Java Script on click of button
I am trying to write a PHP Java Script, but struggling to write in this section of coding.
I am trying to make a buttom in form in that opens
The code I have written so far is
function ...
-2
votes
1answer
117 views
How to change the content of a div after submiting a form [closed]
I have the following code
<form>
<p><label for="username">NICKNAME</label>
<input type="text" name="username" value="o teu nome" />
</p>
...
0
votes
2answers
106 views
How to know which radio is checked from a fieldset
I have the following code:
<fieldset id="dificuldade">
<legend>Dificuldade:</legend>
<input type="radio" name="dificuldade" value="facil"> FƔcil ...
0
votes
1answer
45 views
Problems with HTML and JavaScript [closed]
I've been trying to create a game which uses HTML and JavaScript and consists in an HTML form being displayed in which you can pick up the difficulty and the type of game. So far so good, but now I am ...
0
votes
4answers
59 views
How to record the select order of a number of checkboxs?
Look at this HTML example:
<html>
<head>
<title>My Page</title>
</head>
<body>
<form name="myform" action="http://www.mydomain.com/myformhandler.jsp" ...
0
votes
0answers
113 views
android browser, file selection dialog not showing
I open a popup window in Android 2.3.4 factory browser with this JS code:
window.open('pop.html', 'popped', 'width=400, height=300')
And in the popup html put a file field in a form:
<input ...
0
votes
1answer
303 views
Show / Hide Form Elements based on Select
I'm trying to Show / Hide two elements based on a selection - a label and an input using Javascript getElementsByName. It works with getElementByID if I change things around on the label and input ...
0
votes
3answers
320 views
How to retrieve array of value by name using jQuery?
I have a HTML as below.
Please tell me how can I retrieve the value 'task' array in jQuery.
<div class="column1">
<input class="task_name" type="text" placeholder="Enter task name.." ...
0
votes
1answer
51 views
Update bg colour of text input in html form via javascript
I have a form that I want to validate before the user is able to submit it. To do this I have written a basic js file that checks a value is not left blank. In the event that this is the case I want ...
0
votes
2answers
906 views
How to add textbox to form using javascript or jquery
I have created a function in javascript to add some "" in a form but when I submit the form I cannot get values of these inputs in $_POST[""] and these added "" does not show in the source code of the ...
1
vote
3answers
71 views
Reflect select state in javascript function
In javascript how do you make it so that a function is ready to change at any moment? I want to make it so that when someone selects a different option from a drop down form an image for that selected ...
0
votes
2answers
389 views
Javascript popup window only popping once per page load
When I submit my form, a window to another URL pops up. If I close the popup and resubit the form, the window opens in a new tab until I reload the page. How can I make the window open in a popup ...
2
votes
1answer
218 views
Parent html form gets submitted instead of child pop-up form?
I have a jsp i.e customer.jsp where i open the popup with below code snippet
window.open('customerSuccess.jsp','customer', 'height=600,width=900,top=30,left=50,resizable=yes,menubar,scrollbars');
...
1
vote
3answers
102 views
Disabling form submit with character whitelist
I have a form in which I want to disable the submit button if there are any characters other than A-Z, a-z, and 0-9.
What I have now is...
<form name=form action=process.cgi method=POST ...
0
votes
1answer
332 views
Adding and removing input tags to a form based on dropdown selection
So as the title says I'm trying to add input tags to a form I have based on a dropdown selection. This is what I have so far:
HTML FORM:
<form action="/next" method="POST" >
<select ...
0
votes
4answers
2k views
Add/Remove rows dynamically in a table in javascript
I want to add/remove rows in a table dynamically. I have javascript function to add and remove the rows. But, I want the delete button beside every single row so that I can delete a particular row.
...
0
votes
3answers
334 views
Intercept form POST string and send via AJAX instead
Is it possible to intercept a form's POST string and send it via AJAX instead? I could use $('form').submit() to intercept the POST event, but I don't see where I can get the POST string from. I could ...
-2
votes
1answer
65 views
submit a form after authenticating another form
Here I'm having two HTML forms.
Login Form
<form name="login" method=post action="http://xxxx.com/auth.asp">
<input type=hidden id=UserName name="userid" value="xxxxx"></input>
...
3
votes
5answers
7k views
Contain form within a bootstrap popover?
<div class="container">
<div class="row" style="padding-top: 240px;">
<a href="#" class="btn btn-large btn-primary" rel="popover"
...
0
votes
1answer
48 views
How do I make a textfield with Tags on Ext JS Grid?
How do I make a textfield with Tags on Ext JS Grid?
I want to make a textfield like example on below page:
jQuery TextExt Plugin http://textextjs.com/



