How to call the javascript in XSL file

superthang

New Member
Please help me to sort out the issue of XSL with javascript.I have personal_finance.xsl & personal_finance.xml. the functionlity working fine in mozilla but not in IE. in XSL i declare one javascript block as follows, \[code\]<script language="JavaScript"> <![CDATA[ var ss = new slideshow("ss"); alert(ss); ss.timeout = 7000; ss.post_update_hook = function() { fadein(0.04); captureAd(); } ]]> </script> \[/code\]But the javascript varibale ss is undefined as IE said why I dont know?Thanks,Gladiator
 
Back
Top