⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tt1.jsp

📁 “JSP数据库项目案例导航”一书从第一章到第十一章各章实例的源程序文件以及数据库文件。 注意: 1. 本书中的案例提供的数据库环境不同
💻 JSP
字号:
<%@page language="java" contentType="text/html;charset=GBK"%>
<script>
function add(id)
	{
		//var oawin = window.showModalDialog("config_setorg.jsp?jbmc="+jbmc,"中煤华辰办公自动化系统","dialogHeight:300px;dialogWidth:400px;scroll:off;help:off;resizable:no;dialogLeft:160px;dialogTop:180px;");
		var oawin = window.open("tt2.jsp?txt=1","_blank","height=250,width=390,scrollbars=no,resizable=no,left=231,top=196");
		oawin.focus();
		oawin.opener=window;
	}
</script>
<input type=button name=add value="新增单位" onclick="add('0001')">
<input type=text name=txt>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -