X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=bin%2Fmozilla%2Fmenunew.pl;h=b51deec80d902d31e2e459cb5b01c27fd5494850;hb=eeb490242d7da5631bd381fcf54bdf5402148440;hp=1aa7685ac37e4dc4e1c9ca8b9f091f641384b5c0;hpb=db53fb4baee692ca00c7861be8cfc86c61c7703a;p=kivitendo-erp.git diff --git a/bin/mozilla/menunew.pl b/bin/mozilla/menunew.pl index 1aa7685ac..b51deec80 100644 --- a/bin/mozilla/menunew.pl +++ b/bin/mozilla/menunew.pl @@ -263,6 +263,11 @@ function Item(text, href, frame, length, spacing, target) { this.target = target; this.ref = null; } +function go(link,frame) { + tmp=eval("top."+frame); + tmp.location=link; + //top.main_window.location=link; +} function writeMenus() { if (!isDOM && !isIE4 && !isNS4) return; for (currMenu = 0; currMenu < menu.length; currMenu++) with (menu[currMenu][0]) { @@ -280,9 +285,10 @@ function writeMenus() { str += ''; - str += ''; + str += '
' + '' : '>') + text + '
'; + str +=''; if (target > 0) { menu[target][0].parentMenu = currMenu; menu[target][0].parentItem = currItem;
' + text + '