<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>