テキストボックスにあるユーザー名を保存して、後でjavascriptを使用して別のWebページで取得したい
<html>
<body>
<form method="post" action="index1.html">
username:<input type="text" name="uname" id="uname">
password:<input type="password" name="pass" id="pass">
login:<input type="submit" name="login" >
</form>
</body>
</html>