%@ Language=JScript %>
<%
/*********************************************************************
Page name: EmployerLogOut.asp
Function: loggs off current employer user by deleting cookie values
Parameters in Query strng: none
CGI variables submitted by the previous page: none
URL Exapmle: LogoffEmployerUser.asp
Remarks: none
Created by: dimab
Modified by: dimab
Last modified: 4/5/2001
*********************************************************************/
%>
Employer Logout
<%
// delete cookies
Response.Cookies("cemLogin") = "";
Response.Cookies("cemPassword") = "";
%>
|
|
 |
| Thank
you for using BilingualJobs.com. Click here to log in. |
|
|
 |
 |
| ©Copyright WVA
1997-2001 All Rights Reserved |
|