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
You can use localStorage events to pass values between web pages, as shown in this demo:
localStorage events
http://html5demos.com/storage-events