Eric,
here is a fancier solution... Control it directly at the server...
you can change "topview.asp" to redirect user's to a specific map.
In the <head> section of the page put the following line in:
<meta http-equiv="Refresh" content="1; URL=map.asp?map=THEMAPYOUWANT">
whenever ANYONE goes to "default.asp" (since it includes topview.asp) will
be
redirected to the map page instead.
(this may have side effects, you will never be able to use the top level
page
and get access to Notifications and other things)
You could do something fancier though.... like only redirect user's that
have certain permissions.
For example
<head>
<%IFNOT% USER_CONFIGURE_PROGRAM>
<meta http-equiv="Refresh" content="1;
URL=map.asp?map=THEMAPYOUWANT">
<%ENDIF%
</head>
Let me know if this helps...
if there is enough people that want to do this, maybe we can make it into
a kb article
~Brian
----- Original Message -----
From: "Eric J. Bowser" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 10, 2002 10:54 AM
Subject: [WhatsUp Forum] Configuring users to go directly to map view in web
interface
> Hello. I would like to configure certain users to go directly to the
> graphical map when they sign in to WUG, instead of the top view where
> they need to click on the map name to actually see it. Is this
> possible? We are currently running v7.0.
>
> Join our Network Management Forum - NEW!
> http://www.ncsdata.com/issue/inside.cfm?section=forum
>
> Eric J. Bowser
> www.NCSData.Com
> 440.461.7255
> "Over servicing our customer is our reputation."
>
>
> 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/
>
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/