Server : Apache/2.4.43 (Win64) OpenSSL/1.1.1g PHP/7.4.6
System : Windows NT USER-PC 6.1 build 7601 (Windows 7 Professional Edition Service Pack 1) AMD64
User : User ( 0)
PHP Version : 7.4.6
Disable Function : NONE
Directory :  C:/Program Files (x86)/Microsoft Office/Templates/1028/Behaviors11/ACTIONS/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : C:/Program Files (x86)/Microsoft Office/Templates/1028/Behaviors11/ACTIONS/SWAPIMG.HTM
<!-- _LocalBinding -->
<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
		
		<title>交換圖像</title>
		<meta http-equiv="msthemecompatible" content="yes">
		<meta name="DHTMLScriptName" content="交換圖像(&W)">
		
		<meta name="DialogResizable" content="true">
		
		<meta name="DialogSize" content="600,365">
		
		<style> 
			button { width: 8em; }					
			table { border: none; border-collapse: collapse }
		</style>
		<script type="text/JavaScript">
			var L_HeaderColumn1_Text		= "圖像名稱";					// list view column header 1 text
			var L_HeaderColumn2_Text		= "原始圖像 URL";				// list view column header 2 text
			var L_HeaderColumn3_Text		= "交換圖像 URL";				// list view column header 3 text
			var L_UnnamedImage_Text			= "未命名 <img>";				// shown if no ID available
			var L_OkFailed_ErrorMessage		= "請至少輸入一個交換圖像 URL,或按 [取消] 繼續。";
			var L_FilterImages_Text			= "圖像";						// describes file extensions in file dialog drop down
		</script>
		<script type="text/JavaScript" src="SwapImg.js"></script>
		<script type="text/JavaScript" src="FPLib.js"></script>
		<script type="text/JavaScript" src="GetObj.js"></script>
		<script type="text/JavaScript" src="_Preload.js"></script>
		<script type="text/JavaScript" src="Strings.js"></script>
		<script type="text/JavaScript" src="DOM.js"></script>
	</head>
	<body onload="initializeForm()">
		<form id="theForm" name="theForm" onsubmit="onOk(); return false;">
			<script for="lvImages" event="ItemClick">
				selectionChanged();
			</script>
			<table width="100%" height="66%">
				<tr>
					<td width="100%" height="100%">
						<object classid="clsid:5220cb21-c88d-11cf-b347-00aa00a28331" viewastext>
							<param name="LPKPath" value="license.lpk">
						</object>
						<object id="lvImages" tabindex="1" height="100%" width="100%" classid="clsid:BDD1F04B-858B-11D1-B16A-00C0F0283628" viewastext>
							<param name="_ExtentX" value="23855">
							<param name="_ExtentY" value="4191">
							<param name="SortKey" value="0">
							<param name="View" value="3">
							<param name="Arrange" value="0">
							<param name="LabelEdit" value="1">
							<param name="SortOrder" value="0">
							<param name="Sorted" value="0">
							<param name="FullRowSelect" value="1">
							<param name="MultiSelect" value="0">
							<param name="LabelWrap" value="-1">
							<param name="HideSelection" value="0">
							<param name="HideColumnHeaders" value="0">
							<param name="OLEDragMode" value="0">
							<param name="OLEDropMode" value="0">
							<param name="_Version" value="327682">
							<param name="ForeColor" value="-2147483640">
							<param name="BackColor" value="-2147483643">
							<param name="BorderStyle" value="1">
							<param name="Appearance" value="1">
							<param name="MousePointer" value="0">
							<param name="Enabled" value="1">
							<param name="NumItems" value="0">
						</object>
					</td>
				</tr>
			</table>
			<table height="34%" width="100%">
				<tr>
					<td width="100%">
						<table width="100%">
							<tr>
								<td nowrap>
									<label for="edFilename" accesskey="u">
									
									
										交換圖像&nbsp;URL(<u>U</u>):&nbsp;
									</label>
								</td>
								<td width="100%" dir="ltr">
									<input tabindex="2" style="width: 100%" type="text" id="edFilename" onkeyup="fileURLChanged()">
								</td>
								<td>
									&nbsp;
								</td>
								<td>
									<button tabindex="3" accesskey="b" id="btnBrowse" onclick="getFileURL()">
									
																				
										瀏覽(<u>B</u>)...
									</button>
								</td>
							</tr>
						</table>
					</td>
				</tr>
				<tr>
					<td height="100%">
					</td>
				</tr>
				<tr>
					<td width="100%">
						&nbsp;
						<hr>
					</td>
				</tr>
				<tr>
					<td width="100%">
						<table width="100%">
							<tr>
								<td width="50%">
									<table>
										<tr>
											<td nowrap>
												<input tabindex="4" type="checkbox" name="chkPreloadImages" value="ON" checked id="chkPreloadImages">
												<label for="chkPreloadImages" accesskey="p">	
												
																						
													&nbsp;預先載入圖像(<u>P</u>)
												</label>
											</td>
										</tr>
										<tr>
											<td nowrap>
												<input tabindex="5" type="checkbox" name="chkRestore" value="ON" id="chkRestore">
												
												<label for="chkRestore" accesskey="r">	
												
																						
													滑鼠移出時還原事件(<u>R</u>)
												</label>
											</td>
										</tr>
									</table>
								</td>
								<td width="50%">
									<table width="100%">
										<tr>
											<td width="100%">
												&nbsp;
											</td>
											<td>
												<button tabindex="6" id="btnOk" type="submit">
												
													確定
												</button>
											</td>
											<td>
												&nbsp;
											</td>
											<td>
												<button tabindex="7" onclick="onCancel()" id="btnCancel" type="button">
												
													取消
												</button>
											</td>
										</tr>
									</table>
								</td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
		</form>
	</body>
</html>