jquery - Open page in window of specific size -



jquery - Open page in window of specific size -

the next javascript opens window required in ie8, ff4 , safari 5.0.5 not in opera or chrome.

function setwindowsize(){ var window_height = 600; var window_width = 600; window.resizeto(window_width, window_height); }

i jquery script same, , in both opera , chrome.

should not difficult, it's got me beaten.

i think seeking for:

function popitup(url) { newwindow=window.open(url,'name','height=200,width=150'); if (window.focus) {newwindow.focus()} homecoming false; }

edited: sorry seems got wrong, take @ link: other forum

jquery

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -