1
Hi All
For some of my pages, I need to add some custom javascript validation code.
Is there a way to build like a block in the head that will be pulled in when those certain pages are called?
< head >
[ custom javascript goes here when called..... ]
< /head >
I could even do it using remote calls for the js. That would be fine:
< head >
< script type='text/javascript' src='http://www.mysite.com/xoops/include/custom_validation.js' >
I was thinking of using like Edito or AMS to add the custom pages that I need to validate.
Think this is all possible?
Many thanks