1
This is the information for the script I'm trying to use:
//Collapsible Menu Script.
//Created by Kyle Edwards.
I was able to take this code and put it in the body of my webpage. It works fine as is. But when I try to edit it, I get a script error message. Here is the code I'm trying to edit:
menu_code[0]="Option 1
Option 2
Option 3
";
What I need to change is
Option 1
Option 2
Option 3
to put a table with form properties inside it. But when I copy the table, this is when I get an error message. Is there a way to do this?