GetSimple Support Forum

Full Version: [SOLVED] Will GS run JS on a page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Will GS allow a JS script to run on a page?
Is there anything special that must be done to us JS?
(2017-10-27, 13:45:22)jwzumwalt Wrote: [ -> ]Will GS allow a JS script to run on a page?

Try it out. Write this on your page
Code:
<script>
alert();
</script>


and you will see, JS runs.

Alex
You can use the Dynpages plugin. http://get-simple.info/extend/plugin/dynpages/81/
(2017-10-27, 16:37:13)Alexander_ Wrote: [ -> ]...
and you will see, JS runs.

Alex

Thanks for both answers Smile
I was really more interested in any hidden gotchas or secrets that I may need to know.
Both of you answered any reservations I may have needed to know about.