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/GOTOURL.HTM
<!-- _LocalBinding -->
<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
		
		<title>移至 URL</title>
		<meta name="DHTMLScriptName" content="移至 URL(&U)">
		
		<meta name="DialogResizable" content="true">
		<meta name="DialogSize" content="475,100">
		
		<style>
		button	{ width: 8em;  }				
		table	{ border: none; border-collapse: collapse }
		</style>
		<script type="text/JavaScript">
		var L_NOURL_ErrorMessage	=  "請輸入 URL";
		</script>
		<script type="text/JavaScript" src="FPLib.js"></script>
		<script type="text/JavaScript" src="Strings.js"></script>
		<script type="text/JavaScript" src="GoToURL.js"></script>
	</head>
	<body onload="safeFocus(theForm.URL1)">
		<form id="theForm" name="theForm" onsubmit="Validate(); return false;">
			<table border="0" cellpadding="0" cellspacing="0" id="AutoNumber1" width="100%" height="100%">
				<tr>
					<td nowrap>
						<label for="URL1">
						
							移至&nbsp;URL(<u>G</u>):&nbsp;
						</label>
					</td>
					<td width="100%" dir="ltr">
						<input type="text" name="URL1" accesskey="g" id="URL1" style="width: 100%"> 
						
					</td>
					<td>
						&nbsp;
					</td>
					<td>
						&nbsp;
						<button name="BrowseURL1" value="Browse..." accesskey="b" onclick="PickURL(URL1);">
						
			  			
							瀏覽(<u>B</u>)...
	  					</button>
					</td>
				</tr>
				<tr>
					<td height="100%">
						&nbsp;
					</td>
				</tr>
				<tr>
					<td colspan="4">
						<hr>
						<table bordercolor="#111111" width="100%">
							<tr>
								<td width="100%"></td>
								<td>
									<button name="OK" value="OK" type="submit">
										
										確定
									</button>
								</td>
								<td>&nbsp;</td>
								<td>
									<button name="Cancel" value="Cancel" onclick="CancelAction();">
				  					
										取消
				  					</button>
								</td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
		</form>
	</body>
	<script language="javascript" id="EventHandler">
function PickURL(eURL)
{
	var url = FrontPage.ShowPickURLDialog(FrontPage.ActiveDocument.url, eURL.value);
	if (url != '') 
		eURL.value = url;
	eURL.focus();
}
	</script>
</html>