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]

Pop Up in XSLT


To All,

I am having some difficulties with adding a pop up window in my XSL for my
figures, using JavaScript. Enclosed is a sample of my script. 
I want to have a pop up window in my browser when I place the mouse over the
figure title. Please help!


<xsl:template match="figure"><br></br><div align="center"><A><xsl:attribute
name="href"><xsl:value-of select="@id"/></xsl:attribute>
<!--
<a><xsl:attribute name="href">#</xsl:attribute></a>	-->
		<xsl:attribute
name="onMouseOver">windowOpen('main.xml');</xsl:attribute>
		<img src=".jpg" border="0"/>
		
	<img width="95%"> <xsl:for-each select="graphic">
	<xsl:attribute name="src"><xsl:value-of select="@boardno"/>.jpg
	</xsl:attribute>

Thanks in advance,

M/B

 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]