home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2002 August / INTERNET94.ISO / pc / software / windows / building / webmenu_studio / wmstud01.cab / _C6A6DFFB2F5D4CBCA49F3F5A1EAA572C < prev    next >
Encoding:
Text File  |  2002-03-14  |  1.6 KB  |  45 lines

  1. <html>
  2.  
  3.     <head>
  4.         <style type="text/css">
  5.             <%StyleSheet%>
  6.         </style>
  7.         <script>
  8.             <%JavaScript%>
  9.  
  10.         <!--
  11.         function SwapButton(id, state)
  12.         {
  13.             if(state == "on")
  14.                 eval("document." + id + "Button.src='./images/" + id + "ButtonOn.gif'");
  15.             else if(state == "off")
  16.                 eval("document." + id + "Button.src='./images/" + id + "Button.gif'");
  17.         }
  18.         function DisableContextMenu(e){return false;}
  19.         document.oncontextmenu = DisableContextMenu;
  20.         //-->
  21.         </script>
  22.         <title>Explorer Sample</title>
  23.     </head>
  24.  
  25. <body scroll="auto" bgcolor="#ffffff" onResize="<%OnResizeEvent%>">
  26.  
  27. <%WebMenu%>
  28.  
  29.     <table cellspacing=0 cellpadding=0 border=0 div width="100%" bgcolor="#dbd7d0" height=18 style="cursor:default">
  30.         <tr>
  31.             <td><img id="FileButton" name="FileButton" src="./images/FileButton.gif" width=36 height=18 alt="" border=0 onmouseover="cswmShow('File', 'FileButton', 'below')" onmouseout="cswmHide()"><img id="EditButton" name="EditButton" src="./images/EditButton.gif" width=38 height=18 alt="" border=0 onmouseover="cswmShow('Edit', 'EditButton', 'below')" onmouseout="cswmHide()"></td>
  32.         </tr>
  33.     </table>
  34.     <table height="90%">
  35.         <tr>
  36.             <td height="90%"></td>
  37.         </tr>
  38.         <tr>
  39.             <td align="center"><span style="color:#808080; font-size:13px">The Preview Window is loading it's HTML from the Netmenu.wmt file, which is why the buttonbar does look the same as in other projects.  To learn more about Live Preview templates, please see the documentation under "Using WebMenu Studio - Advanced Topics".</span></td>
  40.         </tr>
  41.     </table>
  42.  
  43. </body>
  44. </html>
  45.