Hey zusammen!
Also hier das Prob:
Auf einer normalen Browserseite wird per JS ein neues Window geöffnet. Gut und schön, allerdings hören schlagartig alle animierten Buttons auf der 1. Seite auf sich zu bewegen
Hier mal der JS Code:
(das script ist ein autocenterwindowscript)
function z(u){var win=null;w=480;h=400;links=(screen.width)?(screen.width-w)/2:0;oben=(screen.height)?(screen.height-h)/2:0;daten='height='+h+',width='+w+',top='+oben+',left='+links+',scrollbars=yes,resizable,toolbar=no,status=no';win=window.open(u,'g2',daten)
if(win.window.focus)
{win.window.focus()}}
liegts vielleicht an dem windows focus?
thanx!
Also hier das Prob:
Auf einer normalen Browserseite wird per JS ein neues Window geöffnet. Gut und schön, allerdings hören schlagartig alle animierten Buttons auf der 1. Seite auf sich zu bewegen
Hier mal der JS Code:
(das script ist ein autocenterwindowscript)
function z(u){var win=null;w=480;h=400;links=(screen.width)?(screen.width-w)/2:0;oben=(screen.height)?(screen.height-h)/2:0;daten='height='+h+',width='+w+',top='+oben+',left='+links+',scrollbars=yes,resizable,toolbar=no,status=no';win=window.open(u,'g2',daten)
if(win.window.focus)
{win.window.focus()}}
liegts vielleicht an dem windows focus?
thanx!