| Added: July/20/2008 at 7:43pm | IP Logged
|
|
|
If anyone's interested, I concluded this small code customization with the following solution:
============== <%@ LANGUAGE="VBSCRIPT" %>
<% Dim host host = request.servervariables("HTTP_HOST")
If host = "aaa.mydomain.com" Then GROUPACCESS = "1"
elseIf host = "bbb.mydomain.com" Then GROUPACCESS = "2"
end if %>
===========================
Hope this helps anyone in any way.
Good day............
A. 
==============
|