Hi,
ich habe ein problem mit dieser javascript funktion auf dem mac:
function resize_window(x,y)
{
window.resizeTo(x,y,"resizable=yes, dependent=yes");
window.moveTo((screen.width/2)-300, 10);
window.focus();
}
im safari funktioniert das nicht! kann mir vielleicht jemand sagen, warum? auf windows und linux klappt das einwandfrei!
danke für eure tips,
sabine