home *** CD-ROM | disk | FTP | other *** search
- <html> <head> <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> <title>ShowHide Action</title> <meta name="generator" content="Adobe GoLive 4"> </head> <body bgcolor="white"> <center> <font size="6">ShowHide Action</font> <hr> </center> <csactionclass name="ShowHide" function="CSShowHide" nsversion="4" ieversion="4"> <csactionparam name="layer" type="GLActionLayerParam"></csactionparam> <csactionparam name="mode" type="GLActionEnumParam"> <csactionenum name="Ausblenden" value="0"> <csactionenum name="Einblenden" value="1"> <csactionenum name="Wechseln" value="2"> </csactionparam> </csactionclass> <p>IE Functions Script <script language="JavaScript1.2" src="../../GlobalScripts/IE.scpt" cyberversion="N1.2"></script> </p> <p>StyleVis Functions Script <script language="JavaScript1.2" src="../../GlobalScripts/StyleVis.scpt" cyberversion="N1.2"></script> </p>
- <p>ShowHide Action Main Script <script language="JavaScript1.2" cyberversion="N1.2"><!--
- function CSShowHide(action) {
- if (action[1] == '') return;
- var type=action[2];
- if(type==0) CSSetStyleVis(action[1],0);
- else if(type==1) CSSetStyleVis(action[1],1);
- else if(type==2) {
- if (CSGetStyleVis(action[1]) == 0) CSSetStyleVis(action[1],1);
- else CSSetStyleVis(action[1],0);
- }
- }
- // -->
- </script> </p>
- <table cool width="231" height="153" border="0" cellpadding="0" cellspacing="0" gridx="16" showgridx gridy="16" showgridy bgcolor="#eeeeee">
- <tr height="6">
- <td width="4" height="152" rowspan="5"><spacer type="block" width="4" height="152"></td>
- <td width="87" height="9" rowspan="2"><spacer type="block" width="87" height="9"></td>
- <td width="139" height="6"><spacer type="block" width="139" height="6"></td>
- <td width="1" height="6"><spacer type="block" width="1" height="6"></td>
- </tr>
- <tr height="3">
- <td width="139" height="22" rowspan="2" valign="top" align="left" xpos="91">
- <csactioncntrl name="layer" x="92" y="6" width="136" height="18" alignx="scale" aligny="top">
- </td>
- <td width="1" height="3"><spacer type="block" width="1" height="3"></td>
- </tr>
- <tr height="19">
- <td width="87" height="19" valign="top" align="left" xpos="4">
- <csactioncntrl type="InfoText" value="Schweberahmen:" x="4" y="9" width="82" height="14" alignx="left" aligny="top">
- </td>
- <td width="1" height="19"><spacer type="block" width="1" height="19"></td>
- </tr>
- <tr height="3">
- <td width="87" height="3"><spacer type="block" width="87" height="3"></td>
- <td width="139" height="124" rowspan="2" valign="top" align="left" xpos="91">
- <csactioncntrl name="mode" x="92" y="28" width="136" height="18" alignx="scale" aligny="top">
- </td>
- <td width="1" height="3"><spacer type="block" width="1" height="3"></td>
- </tr>
- <tr height="121">
- <td width="87" height="121" valign="top" align="left" xpos="4">
- <csactioncntrl type="InfoText" value="Modus:" x="4" y="31" width="39" height="16" alignx="left" aligny="top">
- </td>
- <td width="1" height="121"><spacer type="block" width="1" height="121"></td>
- </tr>
- <tr height="1" cntrlrow>
- <td width="4" height="1"><spacer type="block" width="4" height="1"></td>
- <td width="87" height="1"><spacer type="block" width="87" height="1"></td>
- <td width="139" height="1"><spacer type="block" width="139" height="1"></td>
- <td width="1" height="1"><spacer type="block" width="1" height="1"></td>
- </tr>
- </table>
- </body></html>