adding javascript into an individual page
-
I’m trying to add a script that will randomly rotate a set of images inside a page post.
I already tried this:
<script type="text/javascript" src="/scripts/updatepage.js"></script> <script type="text/javascript"> <!-- updatepage(); //--></script>
and it didn’t work.
- The topic ‘adding javascript into an individual page’ is closed to new replies.