Mx Pop Up

Status
Nicht offen für weitere Antworten.
hast du es schonmal so getestet..
PHP:
 Object.prototype.popmethode = function(url, winName, w, h, toolbar, location, directories, status, menubar, scrollbars, resizable) { 
  getURL ("javascript:window.open('"+url+"','"+winName+"','"+"width="+w+",height="+h+",toolbar="+toolbar+",location="+location+",directories="+directories+",status="+status+",menubar="+menubar+",scrollbars="+scrollbars+",resizable="+resizable+",top='+((screen.height/2)-("+h/1.5+"))+',screenY='+((screen.height/2)-("+h/1.5+"))+',left='+((screen.width/2)-("+w/2+"))+',screenX='+((screen.width/2)-("+w/2+"))+'"+"');setTimeout('newwin.focus();',900);void(0);"); 
    };

und dann den Aufruf im Button
 
Zuletzt bearbeitet:
Status
Nicht offen für weitere Antworten.
Zurück