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

  1. <html>    <head>        <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">        <title>Get Layer Position Action</title>        <meta name="generator" content="Adobe GoLive 5">    </head>    <body bgcolor="white">        <center> <font size="6">Get Layer Position Action</font>            <hr>        </center>        <csactionclass name="Get Layer Pos" function="CSGetLayerPos" nsversion="4" ieversion="4">        <csactionparam name="layer" type="GLActionLayerParam" var="YES"></csactionparam>        </csactionclass>        <p>IE Functions Script        <script language="JavaScript1.2" src="../../GlobalScripts/IE.scpt" cyberversion="N1.2"></script>        </p>        <p>StylePos Functions Script        <script language="JavaScript1.2" src="../../GlobalScripts/StylePos.scpt" cyberversion="N1.2"></script>        </p>
  2.         <p>Main Script        <script language="JavaScript1.2" cyberversion="N1.2"><!--function CSGetLayerPos(action) {    var layer = action[1];    var x        = CSGetStylePos(layer, 0);    var y        = CSGetStylePos(layer, 1);    return new Array(x, y);}// -->        </script>        </p>
  3.         <table cool width="227" height="46" border="0" cellpadding="0" cellspacing="0" gridx="16" showgridx gridy="16" showgridy bgcolor="#eeeeee">
  4.             <tr height="6">
  5.                 <td width="4" height="45" rowspan="3"><spacer type="block" width="4" height="45"></td>
  6.                 <td width="86" height="9" rowspan="2"><spacer type="block" width="86" height="9"></td>
  7.                 <td width="136" height="6"><spacer type="block" width="136" 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="136" height="39" rowspan="2" valign="top" align="left" xpos="90">
  12.                     <csactioncntrl name="layer" x="89" y="6" width="136" height="18" alignx="scale" aligny="top">
  13.                 </td>
  14.                 <td width="1" height="3"><spacer type="block" width="1" height="3"></td>
  15.             </tr>
  16.             <tr height="36">
  17.                 <td width="86" height="36" valign="top" align="left" xpos="4">
  18.                     <csactioncntrl type="InfoText" value="Schweberahmen:" x="4" y="9" width="82" height="15" alignx="left" aligny="top">
  19.                 </td>
  20.                 <td width="1" height="36"><spacer type="block" width="1" height="36"></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="86" height="1"><spacer type="block" width="86" height="1"></td>
  25.                 <td width="136" height="1"><spacer type="block" width="136" height="1"></td>
  26.                 <td width="1" height="1"><spacer type="block" width="1" height="1"></td>
  27.             </tr>
  28.         </table>
  29.     </body></html>