ionysis
09-19-2001, 06:19 AM
Hello everyone,
The following line of code works fine:
eval("document.getElementById('chingandaNoScript_" + i + "').style.display = \"none\";");
but this next line doesn't work:
eval("document.getElementById('chingandaNoScript_" + i +"').item(nowNext).insertAdjacentHTML(beforeEnd,"dummyChange");");
error message says "char 106" i think - any ideas about the syntax
cheers
The following line of code works fine:
eval("document.getElementById('chingandaNoScript_" + i + "').style.display = \"none\";");
but this next line doesn't work:
eval("document.getElementById('chingandaNoScript_" + i +"').item(nowNext).insertAdjacentHTML(beforeEnd,"dummyChange");");
error message says "char 106" i think - any ideas about the syntax
cheers