[Home] [By Thread] [By Date] [Recent Entries]
Hi,
> Try this:
>
> <script language="JavaScript">
> function copy_onclick(tblGroups)
> {
> alert('inside');
> for(i=0;i<tblGroups.rows.length;i++)
> {
> alert('Success1');
> }
> }
> </script>
This will no make no difference in the output. Instead, add "script" to cdata-section-elements attribute on xsl:output.
> also, I recommend you:
> 1-put yoour java script in a external file.
But this is what you should do.
Cheers,
Jarno
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



