ASDSO Dam Safety Toolbox

Log out: Difference between revisions

From ASDSO Dam Safety Toolbox
Jump to: navigation, search
No edit summary
No edit summary
Line 14: Line 14:
       min-height: 35px;
       min-height: 35px;
       text-decoration: none;">Submit</button>
       text-decoration: none;">Submit</button>
    <input type="button" onclick="logOut()"
      class="button"
      style="color: #fff;
      background-color: #36c;
      cursor: pointer;
      padding: 5px 12px;
      line-height: 1;
      border: 1px solid #36c;
      border-radius: 2px;
      transition: background-color 100ms,color 100ms,border-color 100ms,box-shadow 100ms;
      min-height: 35px;
      text-decoration: none;">Submit</input>


     <!-- <form method="post">
     <!-- <form method="post">
Line 69: Line 54:


       // Navigate to Impexium site and logout there
       // Navigate to Impexium site and logout there
       console.log('Navigate to Impexium site and logout there');
       //console.log('Navigate to Impexium site and logout there');
       // Simulate a mouse click:
       // Simulate a mouse click:
       window.location.href = 'https://asdso.mpxstage.com/account/logout.aspx';
       //window.location.href = 'https://asdso.mpxstage.com/account/logout.aspx';
       // Simulate an HTTP redirect:
       // Simulate an HTTP redirect:
       //window.location.replace('https://asdso.mpxstage.com/account/logout.aspx');
       //window.location.replace('https://asdso.mpxstage.com/account/logout.aspx');

Revision as of 19:49, 17 April 2023

Do you want to log out?