home *** CD-ROM | disk | FTP | other *** search
- 
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-
- <title>Go To URL</title>
- <meta name="DHTMLScriptName" content="Go To &URL">
-
- <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 = "Please enter a 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">
-
- <u>G</u>o to URL:
- </label>
- </td>
- <td width="100%" dir="ltr">
- <input type="text" name="URL1" accesskey="g" id="URL1" style="width: 100%">
-
- </td>
- <td>
-
- </td>
- <td>
-
- <button name="BrowseURL1" value="Browse..." accesskey="b" onclick="PickURL(URL1);">
-
-
- <u>B</u>rowse...
- </button>
- </td>
- </tr>
- <tr>
- <td height="100%">
-
- </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">
-
- OK
- </button>
- </td>
- <td> </td>
- <td>
- <button name="Cancel" value="Cancel" onclick="CancelAction();">
-
- Cancel
- </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>
-