home *** CD-ROM | disk | FTP | other *** search
-
- // open link as Pop Up
- //
- // useage:
- // <a href="#" onclick="popUp('page.htm','600','400');">link text</a>
- /*
- function popUp(url,width,height)
- {
- var fenster = window.open(url,'neuesfenster','status=0,toolbar=0,menubar=0,location=0,scrollbars=0,resizable=1,width='+ width +',height='+ height +',top=0,left=0');
- fenster.focus();
- }
- */
-
- function popUp(url,width,height)
- {
- var fenster = window.open(url,'neuesfenster','status=0,toolbar=0,menubar=1,location=0,scrollbars=1,resizable=1,width='+ width +',height='+ height +',top=0,left=400');
- fenster.focus();
- }
-
- var pathspec = window.location.pathname;
- var linkaktivfeld;
-
- if(pathspec.indexOf("1_")!=-1){
- linkaktivfeld="#1761AC";
- }
- if(pathspec.indexOf("2_")!=-1){
- linkaktivfeld="#50A526";
- }
- if(pathspec.indexOf("3_")!=-1){
- linkaktivfeld="#E48D00";
- }
- if(pathspec.indexOf("4_")!=-1){
- linkaktivfeld="#7F7F7F";
- }