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

📄 findform.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;
		if (opener) {
			if (opener.name=="MapFrame") {
				t_find = opener.parent.MapFrame;
			} else {
				t_find = opener;
			}
		} else {
			
			if (parent.MapFrame) {
				t_find = parent.MapFrame;
			} else {
				t_find = document;
			}
		}
		document.writeln('<TITLE>' + t_find.modeList[17] + '</TITLE>');
		
		function setStyle() {
			var f = document.forms[0];
			var theValue = f.theStyle.value;
			if (theValue!="") {
				t_find.getFind(theValue);
			} else {
				alert(t_find.msgList[99]);
			}
		}
	</SCRIPT>
</HEAD>

<BODY BGCOLOR="Black" TEXT="White" TOPMARGIN=0 LEFTMARGIN=0>
	<DIV ALIGN="center">
		<FONT FACE="Arial" SIZE="-2"><B>
		<FORM ACTION="" NAME="theFindForm" onsubmit="setStyle(); return false;">
			<TABLE CELLSPACING="2" NOWRAP BGCOLOR="Gray" WIDTH=100%>
				<TR>
					<TH COLSPAN="2" ALIGN="CENTER">
						<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
							document.writeln('<FONT FACE="Arial" SIZE="-1"><B>' + t_find.modeList[17] + '</B><BR></FONT>');
							document.writeln('<FONT FACE="Arial" SIZE="-2"><B>' + t_find.msgList[79] + '</B></FONT>');
						</SCRIPT>
					</TH>
				</TR>
				<TR>
					<TD>
						
						<SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript">
							var t_find;
							if (opener) {
								if (opener.name=="MapFrame") {
									t_find = opener.parent.MapFrame;
								} else {
									t_find = opener;
								}
							} else {
								
								if (parent.MapFrame) {
									t_find = parent.MapFrame;
								} else {
									alert(parent.MapFrame.msgList[91]);
								}
							}
							document.writeln('<FONT FACE="Arial" SIZE="-2">' + t_find.msgList[90]);
							var theValue = t_find.LayerName[t_find.ActiveLayerIndex];
								document.write(theValue);
						
							document.writeln(': <INPUT TYPE=TEXT NAME="theStyle" VALUE="">');
							document.writeln('</FONT>');
							document.writeln('</TD>');
							document.writeln('<TD ALIGN="CENTER">');
							document.writeln('<INPUT TYPE="Button" NAME="setDU" VALUE="' + t_find.msgList[92] + '" onclick="setStyle()">  <BR>');
						</SCRIPT>
					</TD>
					
				</TR>
			</TABLE>
		</FORM>
		</B></FONT>
	</DIV>
</BODY>
</HTML>
<HTML>
<HEAD>
	<TITLE></TITLE>
	<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
</HTML>

⌨️ 快捷键说明

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