-
-
[旧帖] [求助]弹出固定大小的新页面,怎么没有效果 0.00雪花
-
发表于: 2012-3-17 21:56 909
-
<script type="text/javascript">
function open_bill(){
window.open("bill.jsp","","height=380,width=320,toolbar=0,scrollbars=0,location=0,status=0,menubar=0,resize=0");
}
function exit_system(){
window.close();
}
function open_suppliers(){
window.open("suppliers.jsp","","height=380,width=320,toolbar=0,scrollbars=0,location=0,status=0,menubar=0,resize=0");
}
function open_users(){
window.open("user.jsp","","height=380,width=320,toolbar=0,scrollbars=0,location=0,status=0,menubar=0,resize=0");
}
</script>
//插入4个按钮,对应上面4个函数
<input type="button" value="账单管理" onClick="open_bill();"/>
<input type="button" value="供应商管理" onClick="open_suppliers();"/>
<input type="button" value="用户管理" onClick="open_users();"/>
<input type="button" value="退出系统" onClick="exit_system"/>
function open_bill(){
window.open("bill.jsp","","height=380,width=320,toolbar=0,scrollbars=0,location=0,status=0,menubar=0,resize=0");
}
function exit_system(){
window.close();
}
function open_suppliers(){
window.open("suppliers.jsp","","height=380,width=320,toolbar=0,scrollbars=0,location=0,status=0,menubar=0,resize=0");
}
function open_users(){
window.open("user.jsp","","height=380,width=320,toolbar=0,scrollbars=0,location=0,status=0,menubar=0,resize=0");
}
</script>
//插入4个按钮,对应上面4个函数
<input type="button" value="账单管理" onClick="open_bill();"/>
<input type="button" value="供应商管理" onClick="open_suppliers();"/>
<input type="button" value="用户管理" onClick="open_users();"/>
<input type="button" value="退出系统" onClick="exit_system"/>
[注意]传递专业知识、拓宽行业人脉——看雪讲师团队等你加入!
赞赏
他的文章
- [求助] 递归调用,有更简单的方法吗 1234
- [求助]SQL语句大全,谁还有更全的吗? 1595
- [求助]弹出固定大小的新页面,怎么没有效果 910
看原图
赞赏
雪币:
留言: