Hi there,
How can I put Javascript in a page content/DIV or in design?
Thanks in advance.
Alice
To embed JS in a design, you need to either put the code into the design's parse file OR (preferably) upload your JS file as an associated design file and include it as an external script in your design parse file. This is all done using standard HTML.
To embed JS into a page, create a new DIV and set the presentation type and content type to Raw HTML. Then include your JS there, remembering to include the script tags as well.
Thank you so much.
It works.