home *** CD-ROM | disk | FTP | other *** search
- 
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-
- <title>Jump Menu Go</title>
- <meta name="DHTMLScriptName" content="Jump Menu &Go">
-
- <meta name="DialogResizable" content="true">
- <meta name="DialogSize" content="300,150">
-
- <style>
- button { width: 8em; }
- table { border: none; border-collapse: collapse }
- </style>
- <script type="text/JavaScript">
- var L_JumpMenu_ListBox = "Jump Menu";
- var L_Unnamed_Text = "unnamed";
- var L_NOTAG_ErrorMessage = "Error: Cannot find tag in document.";
- var L_JUMPMENUNOTFOUND_ErrorMessage = "The specified Jump Menu could not be found";
- var L_NoSelection_ErrorMessage = "You must select a target Jump Menu to continue.";
- </script>
- <script type="text/JavaScript" src="FPLib.js"></script>
- <script type="text/JavaScript" src="Strings.js"></script>
- <script type="text/JavaScript" src="GetObj.js"></script>
- <script type="text/JavaScript" src="_JmpMenu.js"></script>
- <script type="text/JavaScript" src="JmpMenuG.JS"></script>
- </head>
- <body onload="initDialog(); safeFocus(theForm.JumpMenuName)">
- <form id="theForm" name="theForm" onsubmit="onOk(); return false;">
- <table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">
- <tr>
- <td>
- <label for="JumpMenuName">
-
- <u>G</u>o to URL based on selected index of Jump Menu:
- </label>
- <p>
- <select size="1" name="JumpMenuName" style="width: 100%" accesskey="g" id="JumpMenuName">
-
-
- </select>
- </td>
- </tr>
- <tr>
- <td height="100%">
- </td>
- </tr>
- <tr>
- <td>
- <hr>
- <table 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>
- </html>
-