SyntaxError: missing ) after for-loop control
-
We need to run a for loop in the script that runs after the form load. and when we user for (i =0; i< 5; i++), the < symbol gets html encoded when it goes in the source code and hence doenst run, gives error SyntaxError: missing ) after for-loop control.. is there a way to allow for-loop to run in the script code section?
Thanks
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘SyntaxError: missing ) after for-loop control’ is closed to new replies.