This is example of my page:
Ok. I can only add java script codes in block <JAVA> and </JAVA>
I add this code in above block:
<script type='text/javascript' src='external script url' ></script>
I want this basic script don’t run in JAVA block ( <JAVA> ) and I call it in body
How can I simply call this basic code in body tag? (I can't add java script codes in body)
Code:
<html> <head> <JAVA> </JAVA> <title> my title </title> </head> <body> </body> </html>
I add this code in above block:
<script type='text/javascript' src='external script url' ></script>
I want this basic script don’t run in JAVA block ( <JAVA> ) and I call it in body
How can I simply call this basic code in body tag? (I can't add java script codes in body)
Comment