MikeBarone
Programmer
Okay, we are trying to setup an array of javascript calls that will display in a DIV/LAYER/ILAYER at set intervals.
For example:
arrayItem[0] = "<scr"+"ipt language=javascr"+"ipt>alert(\"test1\"
;</scr"+"ipt>";
arrayItem[1] = "<scr"+"ipt language=javascr"+"ipt>alert(\"test2\"
;</scr"+"ipt>";
Then using setTimeout we move through the lint off array items displaying the code in a crossbrowser DIV configuration.
<ilayer id="l1">
<layer id="l2" width="468">
<div id="l1">
<div id="l3" style="position:relative">
</div>
</div>
</layer>
</ilayer>
The problem is, we can't get the javascript to parse when it is called into the DIV/LAYER/ILAYER. Does anyone know what we might be doing wrong?
Mike Barone
FREE CGI/Perl Scripts & JavaScript Generators
Ace PopUp Generator Software - Totally FREE
For example:
arrayItem[0] = "<scr"+"ipt language=javascr"+"ipt>alert(\"test1\"
arrayItem[1] = "<scr"+"ipt language=javascr"+"ipt>alert(\"test2\"
Then using setTimeout we move through the lint off array items displaying the code in a crossbrowser DIV configuration.
<ilayer id="l1">
<layer id="l2" width="468">
<div id="l1">
<div id="l3" style="position:relative">
</div>
</div>
</layer>
</ilayer>
The problem is, we can't get the javascript to parse when it is called into the DIV/LAYER/ILAYER. Does anyone know what we might be doing wrong?
Mike Barone
FREE CGI/Perl Scripts & JavaScript Generators
Ace PopUp Generator Software - Totally FREE