How to make disable Input type. It is working fine in IE. while we are using browser Netscape.<br><br>Why Netscape disturbs the length of form input types.<br><br>
the disable property is not available in the Netscape DOM. Also, Netscape seems to have a hard time altering the asthetcis of form elements.<br><br><A HREF="mailto:jared@aauser.com">jared@aauser.com</A>
Just use Javascript to disable:<br><br><input type="text" onfocus="this.blur()"><br><br>This automatically removes focus from the control whenever the user enters it.
The this.blur is a good was to do it though if you want to dissable 2 such text boxes then if they are next in the zorder then moment this will lose focus the other one will gain and then the loop will start so be a bit careful<br><br> regards <p>Unicorn11<br><a href=mailto:webmaster@tripmedia.com>webmaster@tripmedia.com</a><br><a href= > </a><br>Hi there it all likeminded fellows!!!!!!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.