The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Strange Javascript Error in IE
I'm getting an Expected Identifier error in IE. Usually this is a relatively simple thing to fix, caused by an extra comma or accidentally using a keyword for a variable name. However, this time I'm really quite stumped as to what's causing it. It's coming up from the second line in the following code:
Code:
for (i=0;i<allinputs.length;i++) { newgriff = document.createElement("input"); newgriff.type="hidden"; newgriff.class="ordgriff"; newgriff.name="g"+i; newgriff.value=allinputs[i].id.substring(3); p.appendChild(newgriff); } Anyone know what's causing the error? |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|