Here is my html tag with href
<a href='components/home/singleActivity.html?view="search"'>
....
</a>
I want to send a string parameter, is it the correct way ?
how to retrieve that parameter in javascript ? and how to send 2 parameters for the same href ?