and checkbox save and button save when client write username and username2 and checkbox save checked then click save button
it will store in local storage i dont have any problem in that
I need actually if username and username2 exist or stored in local storage go to web page index2
my code as bellow working but only i need to modify it if exist local storage go to web page index2
- @{
- Layout = null;
- }
- "viewport" content="width=device-width" />
-
Index - class="container">
- ="form-signin">
class
="form-signin-heading">Please sign in- "text" class="input-block-level" placeholder="username" id='username'>
- "text" class="input-block-level" placeholder="username2" id="username2">
- ="checkbox">
- "checkbox" value="save" id="save"> save
- ="btn btn-large btn-primary" id="btn" type="submit">save
Midhun TpPosted Aug 4, 2016, 9:23 AM
ahmed salahPosted Aug 4, 2016, 9:11 AM
Midhun TpPosted Aug 4, 2016, 8:07 AM