Put in the mainpageprefix.asp

I've attached what mine looks like. 

On my main webpage I can jump to an abbreviated log, full log, see whats down (devices & sevices), acknowledge all the alarms at once, find device etc.  You write your asp then point to it from the mainpageprefix.  You could also do this on the mainpagesuffix asp.

Jay

At 04:22 PM 9/25/2003 -0400, you wrote:

Hi
Does anyone know how I can add a button to the WhatsUp main webpage, one that when pushed, would display the search.asp page, if not a button, then a hyperlink.  Or the method for both would be greatly appreciated.  Thanks

Jason D. Humes
 
Applied Computer Solutions Inc.
3020 St. Etienne Blvd.
Windsor, Ontario
Phone: (519) 944-4300 x211
Fax    : (519) 944-4247
Email : [EMAIL PROTECTED]
 
 

**********************************************************************

Confidentiality Notice:

The information contained in this e-mail and any attachments may be legally privileged and confidential. If you are not an intended recipient, you are hereby notified that any dissemination, distribution or copying of this e-mail and any attachments is strictly prohibited. If you received this e-mail in error, please notify the sender and permanently delete the e-mail and any attachments immediately. You should not retain, copy or use this e-mail or any attachment for any purpose, nor disclose all or any part of the contents to any other person.

Thank you.
<!--
        Whatsup Gold 7 
        
        Main Page Prefix
        ----------------
        You can insert HTML in this file and it will appear as a prefix on your main 
page.
-->

<TABLE cellSpacing=6 cellPadding=0 border=0>
        <TR>
                <TD>
                        <%IF% IS_USER_ACCESS_LOG>
                        <FORM action="shortlogview.asp" method=get>
                        <INPUT type=submit value="Short Log view" name=action></FORM>
                        <%ENDIF%>
                </TD>
                <TD>
                        <%IF% IS_USER_ACCESS_LOG>
                        <FORM action="logview.asp" method=get>
                        <INPUT type=submit value="Full Log view" name=action></FORM>
                        <%ENDIF%>
                </TD>
                <TD>
                        <%IF% IS_USER_ACCESS_LOG>
                        <FORM action="down8.asp" method=get>
                        <INPUT type=submit value="What's Down?" name=action></FORM>
                        <%ENDIF%>
                </TD>
                <TD>
                        <%IF% IS_USER_CONFIGURE_REPORTS>
                        <FORM action="AckAllMaps.asp" method=get>
                        <INPUT type=submit value="Acknowledge All Alarms" 
name=action></FORM>
                        <%ENDIF%>
                </TD>           <TD>
                        <%IF% IS_USER_ACCESS_LOG>
                        <FORM action="findip.asp" method=get>
                        <INPUT type=submit value="Find a Monitored Device" 
name=action></FORM>
                        <%ENDIF%>
                </TD>
                <TD>
                        <%IF% IS_USER_CONFIGURE_REPORTS>
                        <FORM action="NotMonitored.asp" method=get>
                        <INPUT type=submit value="What's Not Monitored" 
name=action></FORM>
                        <%ENDIF%>
                </TD>
        </TR>
</TABLE>

Reply via email to