I can't recall if this was ever tackled or not, but I recall someone asking
about changing the default page that gets loaded at login.
I was just looking at the code of "default.asp"... and in that code
contains the line (several times, based on condition):
<%include% topview.asp>
topview.asp being the actual page that brings in all the data that gets
displayed on the page.
I've just tested changing this line to bring in a different file, and it
works. So, it would follow in theory that you could create IF statements
that direct certain users to certain maps:
<%IF% (%MATCH% (%USER% USER_NAME, Admin))>
<%include% topview.asp>
<%ELSEIF (%MATCH% (%USER% USER_NAME, Helpdesk))>
<%include% helpdesk.asp>
<%ELSE%>
<%include% map.asp?map=Iowa.wup&MapViewMode=Summary>
<%ENDIF%>
I haven't tested it out, but the theory is solid.
David Jones - CCNA
Network Specialist
Premier Systems, Inc
800.268.1884 x7918
515.226.7918
[EMAIL PROTECTED]
Please visit http://www.ipswitch.com/support/mailing-lists.html
to be removed from this list.
An Archive of this list is available at:
http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/