Feedback on: irt.org FAQ Knowledge Base Q649
Technical:
Just right
Comments:
There is a dot missing in:
document.myFormJavaScript.value = 'enabled';
Shouldn't it be rather:
document.myForm.JavaScript.value = 'enabled';
Worth:
Worth reading
Length:
Just right
Technical:
Just right
Comments:
There is a typo in the last example - a missing
dot between 'myForm' and 'JavaScript'. Nifty
ideas, though.
Length:
Just right
Comments:
Nice elegant ways of detecting javascript...thanks.