Forum Moderators: open
I'm sure this is simple, but I'm stumped.
<xsl:element name="a">
<xsl:attribute name="href">http://foo.com/bar.asp?redir=
<script>document.write(window.location);
</script>
</xsl:attribute>
Click Here
</xsl:element>
Thoughts?