相关代码 |
|
window对象示例 function confSubmit( ){ if ((ok=confirm("您确定输入正确吗?"))==true){ var nw=open("a.htm","nwin","width=500,height=200,toolbar=1"); nw.focus( ); nw.document.write("您的名字是:"+parent.document.input_form.nm.value); nw.document.write(""); nw.document.write("您的电话号码是:" + parent.document.input_form.phone.value); } else alert("请您重新输入!"); } defaultStatus="这是一个window对象使用示例。"; window对象使用示例 请输入您的姓名: 请输入您的电话号码:
相关资源 |
|