Hi,
I have a html select dropdownlist.In the control onchange event i put the code self.location=self.location+'&lang='+this.value so that while select the value change the url.
First click url will come like ?key=313536323632363935&lang=hn.Again if we select language from the dropdown as Arabic url should come like ?key=313536323632363935&lang=ar but url coming like ?key=313536323632363935&lang=hn&lang=ar.
Please provide code to replace the url in correct format.Dont add &lang on every click.
Regards
Sreejith