I posted this Mid-December, still haven't tried it out (don't have a use
for it) but it should work.
---------------------------------------------------------------------------------------------------------------

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]



                                                                                       
                                                         
                      "Auger, Jay (IS)"                                                
                                                         
                      <[EMAIL PROTECTED]>          To:       
<[EMAIL PROTECTED]>                                             
                      Sent by:                          cc:                            
                                                         
                      [EMAIL PROTECTED]        Subject:  [WhatsUp Forum] 
Change Top View / default map                                 
                      pswitch.com                                                      
                                                         
                                                                                       
                                                         
                                                                                       
                                                         
                      01/14/2003 07:10 PM                                              
                                                         
                      Please respond to                                                
                                                         
                      WhatsUp_Forum                                                    
                                                         
                                                                                       
                                                         
                                                                                       
                                                         




Is there a way to change the 'Top View' link displayed on the right column
of all of the maps (in browser) to point to a specific map instead of the
generic Top View?  Also, can I redirect users that browse to my WUG server
to the same specific map without having to advertise a specific link to the
map to the users?

In other words, I don't want users to see the list of all loaded maps, only
a specific map and submaps off of it.

Thanks for any input.




Jay Auger
Network Engineer









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/

Reply via email to