Re: Deselecting text in input text box
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.javascript archive

Re: Deselecting text in input text box

From: kay <kayakto@gmail.com>
Date: Tue Feb 28 2006 - 01:43:38 CET

there is one solution, but its not really javascript

here's the code so u get the idea

<div style="width:200px; border:1px solid black; text-align:left">
<div style="width:200px; height:40px; position:relative; top:40px;
background:">&nbsp;</div>
<input type="text" value="value not to be selected" style="width:200px;
height:40px">
</div>
Received on Mon May 1 03:40:22 2006