Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Feedback: irt.org FAQ Knowledge Base Q1222

Feedback on:
irt.org FAQ Knowledge Base Q1222

Sent by Lisa on September 24, 1999 at 14:10:18: - feedback #482

Worth:
Very worth reading

Comments:
Can you should this script using multiple textboxes? Mine are working right.

Thanks!





Sent by Jeffrey van der Stad (with help of Jeroen van den Berg) on June 19, 2000 at 06:54:39: - feedback #1389

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>




Sent by Jeffrey van der Stad (with help of Jeroen van den Berg) on June 19, 2000 at 06:57:21: - feedback #1390

Worth:
Worth reading

Length:
Too short

Technical:
Just right

Comments:
FAQ Q1222 was a nice sollution, but it was very hard to understand what the actual meaning was, plus it was not capable of more than one textfield...

if you are interested in the (updated) code, please contact me at my email adress..

best regards

[tmd]


Sent by charly dolman on January 27, 2001 at 11:28:26: - feedback #2291

Worth:
Worth reading

Comments:
this does not work to make netscape form flield readonly.

this does:
<input type="text" name="field" ONFOCUS="this.blur()">

include readonly=readonly for IE


Sent by alessandro ciurlo on June 29, 2001 at 02:35:56: - feedback #2921

Comments:
it doesn't work on netscape 4.6



Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 21st December 2007. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.