Posts: 120
Threads: 22
Joined: Dec 2015
2017-10-27, 13:45:22
(This post was last modified: 2017-10-28, 06:10:56 by jwzumwalt.)
Will GS allow a JS script to run on a page?
Is there anything special that must be done to us JS?
Thanks,
jwzumwalt
(\__/)
(='.'=)
(")_(")
Posts: 109
Threads: 7
Joined: Nov 2012
(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
Posts: 1,928
Threads: 88
Joined: Apr 2010
You can use the Dynpages plugin. http://get-simple.info/extend/plugin/dynpages/81/
Posts: 120
Threads: 22
Joined: Dec 2015
(2017-10-27, 16:37:13)Alexander_ Wrote: ...
and you will see, JS runs.
Alex
Thanks for both answers
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.
Thanks,
jwzumwalt
(\__/)
(='.'=)
(")_(")