Feedback on: irt.org FAQ Knowledge Base Q1236
Worth:
Not worth reading
Comments:
Q1236 does not work. It doesn't do what it claims. If possible, please email me when it is fixed.
Worth:
Worth reading
Length:
Just right
Technical:
Just right
Comments:
This code is actually incorrect.
It should read:
if (document.myForm.mySelect.options[i].value == 'qwerty')
Worth:
Very worth reading
Length:
Just right
Technical:
Just right
Comments:
This script has an error on it, the test for equality has only one '=' when it should have two. Once that is changed, this script worked like a champ.
Worth:
Very worth reading
Length:
Technical:
Comments:
To the point I was looking for... Good job.