<strong>三个功能:</strong> <br><br>1、内容自动垂直居中 <br>2、默认提示文字显示灰色 <br>3、单击后变为空 <br><br><div class="msgheader"> <div class="right"><span style="CURSOR: pointer" onclick="copycode(getid('phpcode43'));"><u>复制代码</u></span></div>代码如下:</div> <div class="msgborder" id="phpcode43"> <br><input type="text" name="wd1" id="qy_1" maxlength="100" style="color:gray;width:199px;height:30px;line-height:30px;" autocomplete="off" value="请输入企业名称" onfocus="javascript:if(this.value == '请输入企业名称') this.value = ''; this.style.color='gray';" onblur="if(this.value == '') {this.value = '请输入企业名称'; this.style.color = 'gray';}"> <br> </div>