You are here: irt.org | About | Feedback | 1389 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q1222
Sent by
Jeffrey van der Stad (with help of Jeroen van den Berg) on June 19, 2000 at 06:54:39:
Worth:
Worth reading
Length:
Too short
Technical:
Just right
Comments:
it was worth reading, but we came up with a better solution.
This solution can handle more textfields and is better to understand than the code in faq Q1222..
with best regards
Jeffrey
updated code:
<form name="myForm">
<input type="text" name="myTextField1" value="" onFocus="yy(disabled)">
<input type="text" name="myTextField2" value="" onFocus="yy(disabled)">
<input type="text" name="myTextField3" value="" onFocus="yy(disabled)">
<input type="text" name="myTextField4" value="" onFocus="yy(disabled)">
<input type="checkbox" name="chk" onClick="xx()">
Disable
</form>
<script language="JavaScript"></script>
Other feedback on 'irt.org FAQ Knowledge Base Q1222' - show all