Hallo Thorsten,
Musste erstmal suchen auf der Seite, wo se das
gespeichert haben ;-)Meinst Du das hier?
function open_window(url,width,height) {
fenster = open(url,"xw","resizable=no,menubar=no,locationbar=no,status=no,hotkeys=no,dependent=yes,scrollbars=1,width="+width+",height="+height+",screenX=0,screenY=0");
fenster.focus();}
Ja. Mach daraus lieber mal:
function open_window(url,width,height) {
fenster = window.open(url,'name','optionen');
if(fenster) fenster.focus();
}
Gruesse,
CK
--
http://cforum.teamone.de/
http://wishlist.tetekum.de/
If God had meant for us to be in the Army, we would have been born with green, baggy skin.
http://cforum.teamone.de/
http://wishlist.tetekum.de/
If God had meant for us to be in the Army, we would have been born with green, baggy skin.