blind--angel
09-08-2003, 06:37 AM
<SCRIPT for="document" event="onclick">
var menu2=false
if (menu2==false)
{
list1.style.display='none'
list2.style.display='none'
}
</SCRIPT>
This is an excert from a script which i'm working to make totally customisable through a web browser. I have hit the first problem. I want to make "list1.style.display='none'" a variable so...
$number = 1;
list <? echo '$number'; ?>.style.display='none'
this dosn't seem to work. How can I do this?
</end of first 200 posts!!!>
<start of next 200 posts!!!>
var menu2=false
if (menu2==false)
{
list1.style.display='none'
list2.style.display='none'
}
</SCRIPT>
This is an excert from a script which i'm working to make totally customisable through a web browser. I have hit the first problem. I want to make "list1.style.display='none'" a variable so...
$number = 1;
list <? echo '$number'; ?>.style.display='none'
this dosn't seem to work. How can I do this?
</end of first 200 posts!!!>
<start of next 200 posts!!!>