<%@ Language=VBScript %> <% ' /////////////////////////////////////////////////////// ' // Dimac CMS ' // Copyright 2004-2008 Dimac Development AB, Sweden ' // www.Dimac.net ' // ' // NOTE: ' // You are not allowed to remove this ' // Copyright information without written ' // permission from Dimac Development. ' /////////////////////////////////////////////////////// ' ------------------------------------------------------- ' -- Global variables ' ------------------------------------------------------- Dim Conn, Rs, SQL , ResultText If Request.Form("Logout") = "I'm sure" Then Session("Member_Valid") = "" Session("Member_Name") = "" Session("Member_ID") = "" Session("Member_Level") = "" %> <% ResultText = "You are now logged out.

Go to start page" ElseIf Request.Form("Cancel") = "Cancel" Then canloc = "../../default.asp?BMID=" & Session("DocID") %> <% ResultText = "Logged reguest canceled.

Go to start page" End If ' /////////////////////////////////////////////////////// ' /////////////////////////////////////////////////////// %> <%= ResultText %>