Thanks acoder =]
Sorry for the code unformated!...
User Profile
Collapse
-
And now, nothing works in the page =/
[HTML]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt d">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitl ed Document</title>...Leave a comment:
-
Dont works, cause always loop to first condition - Input 1 must be fille. =/...Leave a comment:
-
The combo box has 5 options, if one of this options (1,2,3) will selected then input text 1 and 2 must be filled (for the user). If selected option will selected 4 or 5 input text 3 must be filled. Ok?!
Thanks!...Leave a comment:
-
Validate input if options combo selected
Hi everybody,
how to validate input text in the follow:
if option combo = 1,2 e 3, input 1 and input 2 must be filled, if one of this values not selected in combo (to be others), filled input 3.
validate code with error below:
[CODE=javascript]funcion validate () {
...
valor = document.form.s elect.value;
if (value === "1" || value === "2"... -
Add and Remove HTML elements dynamically
Hello everybody!
How can I do to add dynamically a field input form based on the selection of an option of a select combo?!
For example: If the option 1 be selected add field input 1, if option 2 be selected exclude field input 1 and add field input 2.
Thanks!Leave a comment:
-
Thank you for the example, but it was not that! = [
The script is to do with that when selecting in the combo, appear (added dynamicly) an input text to be filled out by the user.
Thank you once againLeave a comment:
-
dynamically add/remove input fields
How I do so that when selecting an option in the select combo an input text it is added below the same?
Thanks!
No activity results to display
Show More
Leave a comment: