Dear Sr,
My root html page is on the following address:
http://ams.soluzionasf.com:9000/AMS/index.html
so I am using the 9000 port.
on my code.html I am using the following lines:
var menu = null;
menu = new MTMenu();
menu.addItem("Ayuda", "/AMS/web/help.html",
null, "Ayuda", "menu_link_help.gif");
where AMS is a virtual directory (or context)
, such code works on a web page that use a default
port, not the 9000 (for example:
http://ams.soluzionasf.com/AMS/index.html\)
if I come close the mouse to the corresponding item on
the menu, the link associated is:
http://ams.soluzionasf.com/AMS/web/help.html
so, it doesn't work because the port information on the
root page is missing, it should be:
http://ams.soluzionasf.com:9000/AMS/web/help.html
I am looking on the menu options in order to see where
to set the port information, but I don't find such
information.
Thanks in advance,
David