Quote:
Originally Posted by BBR-APBT
I found its a problem when they do the final rendering on the templates. It tries to parse the java with in the php. Any time I try to input javascript in the template its self I get a parse error.
There is two solutions.
One would be to use this which I coded to make it easy.
https://vborg.vbsupport.ru/showthread.php?t=229347
Two would be to put the javascript in its own file and include the javascript file with in the footer.
|
Or three, just wrap the <vb:literal> tags around your javascript.
(And java is not short for javascript - they are two very different languages. Why they are named so similarly, who knows!

)
Quote:
Originally Posted by Runcolo
I put mine at the end of the footer, had zero problems.
|
My guess is you are using the old code. The old code has no problems, but the new code does.