nv-l
[Top] [All Lists]

Re: [nv-l] : add menu to launch an IE

To: nv-l@lists.us.ibm.com
Subject: Re: [nv-l] : add menu to launch an IE
From: don.turrentine@amsouth.com
Date: Fri, 29 Jul 2005 12:00:48 -0500
Delivery-date: Fri, 29 Jul 2005 18:00:09 +0100
Envelope-to: nv-l-archive@lists.skills-1st.co.uk
In-reply-to: <42EA5155.8080802@alcatel.fr>
Reply-to: nv-l@lists.us.ibm.com
Sender: owner-nv-l@lists.us.ibm.com
Francois Le Hir provided the following solution just two weeks ago on this
list.  It works like a charm.
Just modify the script to point to the URL you want to open.

---

You can configure a script like the sample below in the menu, to redirect
to another URL. In that example, on the same server where the script will
be running but on port 80 instead of the port 8080.



#! /bin/ksh

thewebhost=`hostname -s`
myurl="http://${thewebhost}.aircanada.ca/network/Maintenance.htm";
node=$1

echo "<html>"
echo "<head>"
echo "<meta http-equiv=\"Content-Type\" content=\"text/html;
charset=iso-8859-1\">"
echo "</head>"
echo "<script>"
echo "document.location = \"${myurl}?Node=${node}\";"
echo "</script>"
echo "</html>"


---
Don Turrentine
BH-0302
AmSouth Bank
P.O. Box 11007
Birmingham, AL 35288



                                                                           
             Gildas.Plouzennec                                             
             @alcatel.fr                                                   
             Sent by:                                                   To 
             owner-nv-l@lists.         nv-l@lists.us.ibm.com               
             us.ibm.com                                                 cc 
                                                                           
                                                                   Subject 
             07/29/2005 10:55          [nv-l] : add menu to launch an IE   
             AM                                                            
                                                                           
                                                                           
             Please respond to                                             
             nv-l@lists.us.ibm                                             
                   .com                                                    
                                                                           
                                                                           




Hi,

I would like to launch an IE toward a specific URL through a new menu
add in the WEB consol.

I understood how to launch an applet on the WEB consol, but not to
launch a application local on the client.

thank you for your help.

Netview 7.1.3, windows and LINUX

Gildas PLOUZENNEC

ALCATEL e-SD Professional Services





<Prev in Thread] Current Thread [Next in Thread>

Archive operated by Skills 1st Ltd

See also: The NetView Web