编程是有用的。我今天算是真实感受到了。
我只能说:亏作者想得出来!
其实,怎么说呢:没有做不到,只有想不到.
<script type="text/javascript"> function runEx(cod1) { cod=document.all(cod1) var code=cod.value; if (code!=""){ var newwin=window.open('','',''); newwin.opener = null newwin.document.write(code); newwin.document.close(); } } function check(theForm) { if(theForm.key.value == "" ) { alert("关键词不能为空"); return false; } } </script>