This topic is locked
[SOLVED]

 Insert button to Logoff

4/17/2014 1:12:36 PM
ASPRunnerPro General questions
J
jmccullough author

I want to insert a LOGOFF button on my Add page. Can anyone tell me the code I need to place behind the button to log the user off ??
Thank you.

admin 4/17/2014

Insert a button in Visual Editor, delete all sample code and in ClientBefore event insert the following:

window.location.href='login.asp?a=logout';
J
jmccullough author 4/21/2014



Insert a button in Visual Editor, delete all sample code and in ClientBefore event insert the following:

window.location.href='login.asp?a=logout';


J
jmccullough author 4/21/2014

Thank you. Worked perfectly.