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

📄 printform.htm

📁 最基本的IMS功能可以调试
💻 HTM
字号:
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<HTML>
<HEAD>
	
	<SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript">
		var t_print;
		if (opener) {
			if (opener.name=="MapFrame") {
				t_print = opener.parent.MapFrame;
			} else {
				t_print = opener;
			}
		} else {
			
			if (parent.MapFrame) {
				t_print = parent.MapFrame;
			} else {
				t_print=document;
			}
		}
		document.writeln('<TITLE>' + t_print.titleList[18] + '</TITLE>');
		
		function goPrint() {
			var theForm = document.forms[0];
			var theTitle = theForm.title.value;
			t_print.getPrintMap(theTitle);
			var useTextFrame = t_print.useTextFrame;
			t=null;
			if (opener) {
				window.close();
			} else {
				if (useTextFrame) document.location = "text.htm";
			}
			
		}
	</SCRIPT>
</HEAD>

<BODY BGCOLOR="White" TEXT="Black">
	<FORM onsubmit="goPrint();return false;">
		<FONT FACE="Arial">
		<FONT FACE="Arial" SIZE="+1">
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
		document.writeln('<B>' + t_print.titleList[21] + '</B></FONT><P>');
		document.writeln(t_print.titleList[19]);
		document.writeln('<INPUT TYPE="Text" NAME="title" VALUE="' + t_print.titleList[20] + '"><BR>');
		document.writeln('<INPUT TYPE="Submit" NAME="submit" VALUE="' + t_print.buttonList[50] + '"><P>');
		document.writeln('<FONT FACE="Arial" SIZE="-1">');
		document.writeln(t_print.msgList[96]); 
		document.writeln(t_print.msgList[97]); 
		document.writeln(t_print.msgList[98]);
</SCRIPT>
		</FONT>
		</FONT>
	</FORM>


</BODY>
</HTML>

⌨️ 快捷键说明

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