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
|