home *** CD-ROM | disk | FTP | other *** search
/ com!online 2002 June / comonline0602.iso / software / golive5 / GoLive5_Tryout.exe / MM7.Cab / F4995_Taste.action.A1180258_69AD_4130_944D_0B6274131723 < prev    next >
Encoding:
Text File  |  2000-08-17  |  2.5 KB  |  29 lines

  1. <html>    <head>        <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">        <title>KeyCompare Action</title>        <meta name="generator" content="Adobe GoLive 4">    </head>    <body bgcolor="white">        <center> <font size="6">KeyCompare Action</font>            <hr>        </center>        <csactionclass name="KeyPress" function="CSKeyCompare" nsversion="4" ieversion="4" actiontype="3">        <csactionparam name="charCode" type="GLActionNumParam"></csactionparam>        </csactionclass>        <p>IE Stuff        <script language="JavaScript1.2" src="../../GlobalScripts/IE.scpt" cyberversion="N1.2"></script>        </p>
  2.         <p>KeyPress        <script language="JavaScript1.2" cyberversion="N1.2"><!--CSCurrentPressedKey = -1;function CSKeyPress(ev) {    var code;    if(IsIE()) CSCurrentPressedKey = event.keyCode;    else CSCurrentPressedKey = ev.which;}document.onkeypress    = CSKeyPress;function CSKeyCompare(condition){    var eq = (condition[1] == CSCurrentPressedKey);    if(eq)        CSCurrentPressedKey = -1;    return eq;}// -->        </script>        </p>
  3.         <table cool width="221" height="153" border="0" cellpadding="0" cellspacing="0" gridx="16" showgridx gridy="16" showgridy bgcolor="#eeeeee">
  4.             <tr height="6">
  5.                 <td width="4" height="152" rowspan="3"><spacer type="block" width="4" height="152"></td>
  6.                 <td width="76" height="9" rowspan="2"><spacer type="block" width="76" height="9"></td>
  7.                 <td width="140" height="6"><spacer type="block" width="140" height="6"></td>
  8.                 <td width="1" height="6"><spacer type="block" width="1" height="6"></td>
  9.             </tr>
  10.             <tr height="3">
  11.                 <td width="140" height="146" rowspan="2" valign="top" align="left" xpos="80">
  12.                     <csactioncntrl name="charCode" x="80" y="6" width="44" height="17" alignx="left" aligny="top">
  13.                 </td>
  14.                 <td width="1" height="3"><spacer type="block" width="1" height="3"></td>
  15.             </tr>
  16.             <tr height="143">
  17.                 <td width="76" height="143" valign="top" align="left" xpos="4">
  18.                     <csactioncntrl type="InfoText" value="Zeichencode:" x="4" y="9" width="70" height="16" alignx="left" aligny="top">
  19.                 </td>
  20.                 <td width="1" height="143"><spacer type="block" width="1" height="143"></td>
  21.             </tr>
  22.             <tr height="1" cntrlrow>
  23.                 <td width="4" height="1"><spacer type="block" width="4" height="1"></td>
  24.                 <td width="76" height="1"><spacer type="block" width="76" height="1"></td>
  25.                 <td width="140" height="1"><spacer type="block" width="140" height="1"></td>
  26.                 <td width="1" height="1"><spacer type="block" width="1" height="1"></td>
  27.             </tr>
  28.         </table>
  29.     </body></html>