[HTML]<head>
<script language="text/javascript">
var strlogin;
strlogin=<xsl:v alue-of select="//./forum/dot_/sitename"/>;
alert(strlogin) ;
location.href=' http://test2.zapak.com/'+"strlogin";
</script>
</head>
[/HTML]
i get the value in strlogin ;
in alert i am unable to display
and i want that on load of body
the page redirect to
'http://test2.zapak.com/'+"strlogin
<script language="text/javascript">
var strlogin;
strlogin=<xsl:v alue-of select="//./forum/dot_/sitename"/>;
alert(strlogin) ;
location.href=' http://test2.zapak.com/'+"strlogin";
</script>
</head>
[/HTML]
i get the value in strlogin ;
in alert i am unable to display
and i want that on load of body
the page redirect to
'http://test2.zapak.com/'+"strlogin
Comment