You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how can I get the size of popupwindow when i use javascript to open a window
with width and height?My code is following :
in my html page i write:
window.open ('page.html','newwindow','height=600,width=400);
c# code:
Form f = new Form();
f.Show();
f.Size = e.WebKitBrowser.Size;
e.WebKitBrowser.size is 319,245;
why?
how can I get the size?
Original issue reported on code.google.com by [email protected] on 13 Sep 2012 at 1:59
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 13 Sep 2012 at 1:59The text was updated successfully, but these errors were encountered: