My error messages are listed below, along with what changes I made to the header.asp file. Keep in mind, that I want to be able to restrict user access to the forum to members of the parent site. Likewise, I want users to be able to logout from the parent site like they can do from any other site page.
1. AFTER COPYING HEADER INFORMATION THAT APPEARS AT THE TOP OF ALL PARENT SITE PAGES (INCLUDES LOGOUT BEHAVIOR)
Microsoft VBScript runtime error '800a01f4'
Variable is undefined: 'MM_Logout'
/WebWiz/forum/includes/header.asp, line 89
2. REMOVED LOGOUT BEHAVIOR
Active Server Pages error 'ASP 0141'
Page Command Repeated
/WebWiz/forum/includes/header.asp, line 1
The @ command can only be used once within the Active Server Page.
3. REMOVED "<%@LANGUAGE="VBSCRIPT"%>" FROM LINE 1
page loads
4. ADDED BEHAVIOR TO RESTRICT PAGE ACCESS
Active Server Pages error 'ASP 0141'
Page Command Repeated
/WebWiz/forum/includes/header.asp, line 1
The @ command can only be used once within the Active Server Page.
5. REMOVED "<%@LANGUAGE="VBSCRIPT"%>" FROM LINE 1 (AGAIN)
Microsoft VBScript runtime error '800a01f4'
Variable is undefined: 'MM_authorizedUsers'
/WebWiz/forum/includes/header.asp, line 3
Thanks!
James 