D
Daniel
In a WSS Site I want to open a new window with a parameter.
The parameter is empty, I can't get the value.
Here's the part of code:
<xsl:variable name="ProtocollID"><xsl:value-of
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
select="/dsQueryResponse/Rows/Row/@ID"/></xsl:variable>
<td width="100%"><a href="protocoll.aspx?ID={@ProtocollID}"
target="_blank"><img border="0" src="images/Protocoll.gif" width="30"
height="27" align="left"/></a></td>
I also tried with the {@ID} parameter which is available from the data view.
The parameter is empty, I can't get the value.
Here's the part of code:
<xsl:variable name="ProtocollID"><xsl:value-of
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
select="/dsQueryResponse/Rows/Row/@ID"/></xsl:variable>
<td width="100%"><a href="protocoll.aspx?ID={@ProtocollID}"
target="_blank"><img border="0" src="images/Protocoll.gif" width="30"
height="27" align="left"/></a></td>
I also tried with the {@ID} parameter which is available from the data view.