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.
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...
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.