document.write('
');document.write('');document.write('
');function checkDXF(){ var stockID=document.getElementById("dxfID"); if(stockID.value.length<6) { alert("请填写合理的股票代码!"); stockID.focus(); return false; }}function dxfonmover(p){p.focus();p.value="";p.onmouseover=null;};