I want to pass the value of selected list item to the other page,means if I m selecting abc from the list then this abc value passes to the next html form a
this will redirect the page to profile.html with params as ?something=textishere
profile.html
?something=textishere
this will be the url formed : /profile.html?something=textishere&submit=Send"
/profile.html?something=textishere&submit=Send"
then you can get the parameters at this page using
location.search