"Open Window" on moving cube

  • 16 years ago


    I have an image cube that turns. I need to have the images
    "shilohsmall.jpg" "bridesmall.jpg" "snakesmall.jpg"
    open to a new, larger window. I can get "shiloh" to work, but if I put the "open window" code with the others, the cube freezes. I'd really appreciate any help.


    Holly


    <csactiondict>
               <script type="text/javascript"><!--
    CSAct[/CMP/ '762710'] = new Array(CSOpenWindow,/URL/ 'shilohlarge.jpg','',300,450,false,false,false,false,false,false,false);


    // --></script>
           </csactiondict>
       </head>


       <body bgcolor="#666666" leftmargin="0" marginheight="0" marginwidth="0" topmargin="0">
           <div align="center">
           <script language="JavaScript1.1">


           var specifyimage=new Array() //Your images
    specifyimage[0]="shilohsmall.jpg"
    specifyimage[1]="bridesmall.jpg"
    specifyimage[2]="snakesmall.jpg"


    var delay=4000 //4 seconds

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“If Java had true garbage collection, most programs would delete themselves upon execution.” - Robert Sewell