This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

How to pass parameters to javascript?


How to pass parameters to javascript?

This is error:

<xsl:template name="box">
	<xsl:param name="box"/>
	<xsl:variable name="box" select="$box"></xsl:variable>
	<td valign="top">
	<table border="0" width="100%" cellspacing="0" cellpadding="0">
		<xsl:if test="user:isPrioritized(.,$box,'1')">

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]