部分代碼如下: Frame" src="aa.asp" width ="100%"> 表單(frm)中輸入框(BH)的值是否為空? ----------------------------------- aa.asp檔測試程式碼 ---------------------------------------------- <br> function show(){ <br> if(document.parentWindow.parent.document.getElementsByName("Hvalue). <BR> alert("空的"); <BR> else <BR> alert("不空"); 🎜><BR> < input type="button" value="show" onclick="show();"><BR><br>