Page 1 of 1

javascript

Posted: Sun 12. Jun 2016, 19:11
by BJT
hello,
is it possible to add javascript code into pages?
what i want to do is add meters like http://www.justgage.com
if possible, how can i do that?

thanks Ben

Re: javascript

Posted: Mon 13. Jun 2016, 09:25
by Gert
BJT wrote:is it possible to add javascript code into pages?
Yes - use the sourcecode view of the editor, test:

Code: Select all

<script type="text/javascript">
// <![CDATA[
alert('JavaScript is working ;-)')
// ]]>
</script>
Gert