Z
zakhan
I have an XSL file that uses hiveware_enkoder javascript to hide an
email address.
This is a snippet from the xsl file:
<script type="text/javascript">
//<![CDATA[
function hiveware_enkoder(){var i,x,y,x=
"x='78<snip><snip>286a293b';y='';for(i=0;i<x.length;i+=2){y+=unescape('%'+x.sub"
+
"str(i,2));}y";
while(x=eval(x));}hiveware_enkoder();
//]]>
</script>
This renders absolutely fine under Internet Explorer but the XSLT
processor in Firefox just hangs when it reaches the code above.
Any ideas what's going on? Any help would be appreciated (even if it's
just a wild guess). At this point, I'm out of ideas on how to debug
this problem
Thanks.
email address.
This is a snippet from the xsl file:
<script type="text/javascript">
//<![CDATA[
function hiveware_enkoder(){var i,x,y,x=
"x='78<snip><snip>286a293b';y='';for(i=0;i<x.length;i+=2){y+=unescape('%'+x.sub"
+
"str(i,2));}y";
while(x=eval(x));}hiveware_enkoder();
//]]>
</script>
This renders absolutely fine under Internet Explorer but the XSLT
processor in Firefox just hangs when it reaches the code above.
Any ideas what's going on? Any help would be appreciated (even if it's
just a wild guess). At this point, I'm out of ideas on how to debug
this problem
Thanks.