function openNewWindow( entryAction, processNumber, title, sessionid, token ) { contentPage = '/ehglipo' + entryAction + '?process=' + processNumber + '&org.apache.struts.action.TOKEN=' + token + dummyDate(); tmp = window.open(contentPage, title ,'resizable=yes,scrollbars=yes,status=yes'); tmp.focus(); } //Baut den Link mit Hilfe der Übergabeparameter auf und läd ihn im Browserfenster function openEntry(entryAction, process, menu, sessionId) { var contentFrame = eval( "parent.ehglipocontent"); var link = "" + entryAction + "?process=" + process + dummyDate(); if(menu) { link +="&menu="+menu; } contentFrame.location.href = link; }