xsl-list
[Top] [All Lists]

[xsl] javascript result in xsl variable

2007-07-18 23:48:17
long story short. I need a variable that has the value of the url, I need to 
have a variable with the value of the url so I know where the user is...which 
in javascipt would be equal to document.location.href.

I tried using somehing like
<xsl:variable name="url">
<script>
document.write(document.location.href);
</script>
</xsl:variable>

but it doesn't work. at this point I don't know if what i'm trying is possible 
but i'm hoping it can be done. 
10x in advance


       
____________________________________________________________________________________Ready
 for the edge of your seat? 
Check out tonight's top picks on Yahoo! TV. 
http://tv.yahoo.com/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>