|
|
In the html page where the script works, the code looks like this:
email 2 <script type="text/javascript">
[b]//<![CDATA[
function hiveware_enkoder(){var i,j,x,y,x=[/b]
"x=\"783d223a363667376739363a37396439383a38393536693a36353a3739383a35393c35" +
... etc.
In the html-page where the script does not work the code looks like this:
<script type="text/javascript">[b]//<![CDATA[function hiveware_enkoder(){var
i,j,x,y,x=[/b]"x=\"783d223a363667376739363a37396439383a38393536693a36353a3739383
a35393c35" +
.. etc.
I don not know how this difference is created by Contribute but the problem is
that the [b]//<!CDATA[[/b] part is on the same line as the [b]function
hiveware_enkoder(){var i,j,x,y,x=[/b] part. As soon as the function is on the
next line the code functions normally.
Maybe you can put the function in an external file, so Contribute can't touch
it.
|
|