1
javascript word is splitted in two pieces up by default , in all sort of html code input (including this own forum post!!).
I am trying to use a simple JS with a URL link, of course needing to use word "javascript" included on it. However the html code generated by XOOPS 2.0.3 is splitting-up the word "javascript" as
java script breaking up the js function.
<a href="javascript:popImage('first.jpg')"> <img src=second.jpg" border="0" align="right">
Note: Admin would like to see than my original post code has word "javascript" not " java script" displayed. It's not possible to include JS snippets with posts by some security concerns?
TIA
Niko