GetSimple Support Forum
[SOLVED] Will GS run JS on a page - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: [SOLVED] Will GS run JS on a page (/showthread.php?tid=10019)



[SOLVED] Will GS run JS on a page - jwzumwalt - 2017-10-27

Will GS allow a JS script to run on a page?
Is there anything special that must be done to us JS?


RE: Will GS run JS on a page - Alexander_ - 2017-10-27

(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


RE: Will GS run JS on a page - Oleg06 - 2017-10-27

You can use the Dynpages plugin. http://get-simple.info/extend/plugin/dynpages/81/


RE: Will GS run JS on a page - jwzumwalt - 2017-10-28

(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.