
October 7th, 2000, 11:04 PM
|
|
Junior Member
|
|
Join Date: Oct 2000
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
One ad-hoc way top disable a text field is to do the following:
<BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">code:</font><HR><pre><input type=text onFocus="this.blur()">[/code]
This seems to work fine in NS4.72 (win).
So, rather than blur the focus everytime as above, make it so that it calls a function to test whether that field should be enabled.
|