If I have two JavaScript function (oneX and twoY). What is the proper syntax to run them on a single TextField?, <input onBlur="oneX(this)" onBlur="twoY(this)"> does not work.
Thanks.
OK, good question. The page POST to a PHP script after it and I do not want characters like /[~`!“§@#$%^&*()_+=:;'{}\. And how do I check that there are only two words separated by space or couples of space.
Can someone help me writing a script that will check if text field contain name and family name and verify that there is space (at least 1 empty space) between the names.
Html:
<html>
<head>
<title>Untitled Document</title>
</head>
<body>
Input Name and Family name:
<input...
Thanks, view the script it is a bit clearer right now.
It seems that I can only choose one of the boxes while I would thank you if you can modify the code so I can push B, C, D but not A and opposite.
Thanks a lot for all the help.
Script:
<html>
<head>
<title>Untitled Document</title>...
The last script is above my knowledge, but is it possible to make it behave as shown in the modified script below (it is hard to explain so I think better to see), but change the script to work in an “a, b, c function” mode.
<html>
<head>
<title>Untitled Document</title>
<script>...
Is it possible to make the script above generic so a,b,c will be like variables ($a,$b,$c) so I can use the function like oneCheckbox(a,b,c) or oneCheckbox(Tel,Fax,Email)?
<html>
<head>
<title>Untitled Document</title>
<script>
function oneCheckbox(inBox){
if (inBox.name == "A" &&...
The script below creates 3 checkboxes. Can anyone please help me to write a script that if checkbox A is pressed then the others (B and C) are disabled, and if checkbox B or/and C are pressed checkbox A will be disabled.
Thanks.
<html>
<head>
<title>Untitled Document</title>
</head>
<body>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.