Hello ,
- I have written the following script :
$SiteURL ="http://mysite.com"
<a href= $SiteURL + "/Lists/AllItems.aspx">Data</a>
The concatenation in href not correct . how can I do the concatenation ?
Thanks
ASk
Hello ,
$SiteURL ="http://mysite.com"
<a href= $SiteURL + "/Lists/AllItems.aspx">Data</a>
The concatenation in href not correct . how can I do the concatenation ?
Thanks
ASk