I tried to add the name and password as follows but it doesn't work:
<input type="hidden" name="name" value="store1-admin@konakart.com">
Or
<input type="hidden" name="username" value="store1-admin@konakart.com">
and also i tried to set the password
<input type="hidden" name="password" value="******">
The main purpose of doing that is to have only one jsp that the admin enter:username,password and store then send this data to konakartAdmin.html to login
<input type="hidden" name="name" value="store1-admin@konakart.com">
Or
<input type="hidden" name="username" value="store1-admin@konakart.com">
and also i tried to set the password
<input type="hidden" name="password" value="******">
The main purpose of doing that is to have only one jsp that the admin enter:username,password and store then send this data to konakartAdmin.html to login