Skip to content
Loading
insert in database information connection user (iduser ,date , time...  
  •   
  •   
  • class="form-group">  
  • class="col-md-6">  
  • "#" class="btn btn-link btn-block">Mot de passe oublié?  
  •   
  • class="col-md-6">  
  • class="btn btn-info btn-block" id="LoginId" onclick="clicked();">Log In   
  •   
  •   
  •   
  • Html.EndForm();  
  • }  
  •   
  • with this example authentification in my web app works goog , but what i want if i press button id="LoginId"
    with event onclick I execute my javascript function clicked(); wich allows me to insert in my database
     
    i want only how i can get information of authentificaion in my function javascript
     
    thanks

    2 Replies

    Know the answer? Post it — somebody with the same question will find it here.