[xsl] Pop Up in XSLT

Subject: [xsl] Pop Up in XSLT
From: "Burge, Morais L Mr USAPA" <Morais.Burge@xxxxxxxxxxxxxx>
Date: Thu, 5 Apr 2001 12:46:22 -0400
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


Current Thread