Hi all,
I'm try to use javascript into a macro like this
document.getElementById('levelone').options[0] = new Option("-Empty
\*-","");
but whe it is executed what I get is
document.getElementById('levelone').options0 = new Option("-Empty
\*-","");
How can I solve this problem???
Thanks all,
Raffo