javascript

CMSimple 4.0 und höher
Post Reply
BJT
Posts: 5
Joined: Fri 6. May 2016, 12:49

javascript

Post 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
Gert
Posts: 2076
Joined: Sun 18. Nov 2012, 14:18

Re: javascript

Post 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
Gert Ebersbach | CMSimple | Templates - Plugins - Services
Post Reply