Currently i am working on angular as a beginner and my task is to append selected value from dropdown to gluu login page url like this
If my Url is like this before append strong text http://localhost/folder/Home
after append the url will be http://something/xyz.passless.xhtml
my question is how to append value like this when i will click on signin button the url should be like this click this link to see he image http://something/xyz.passless.xhtml?lang=en
suppose my dropdown is like this
<select>
<option value=en>en</option>
<option value=en>fr</option>
</select>
plz help me and give a good solution of this problem Thanks in advance
Handle on change event in Html