This topic is locked

Java Scirpt

11/30/2007 8:28:32 AM
PHPRunner General questions
P
punch author

Hello,
is it possible to use Javascript within the templates (by changing the code) or will this occure errors?
Patrick

Alexey admin 11/30/2007

Hi,
sure, you can.

Just put your javascript into {literal} wrappers.

{literal}

<script language=javascript>

...

</script>

{/literal}