Page is a not externally linkable
rwilson - 2:21 pm on Aug 10, 2012 (gmt 0)
Try this.
<input type="text" onblur="if (this.value=='') { this.value='Please enter your text'; }" onfocus="if (this.value=='Please enter your text') { this.value=''; }" value="Please enter your text" id="search" name="search">