initial window height and width
-
Hi its possible to tell in page load event size of the page(Height & width of the page)? Means if u popupnew window we can tell the height and width of that newly popupwindo..., But for me, the initial window itself, we have to tell the height and width of the page...,
Thanks & Regards, NeW OnE, please don't forget to vote on the post
-
Hi its possible to tell in page load event size of the page(Height & width of the page)? Means if u popupnew window we can tell the height and width of that newly popupwindo..., But for me, the initial window itself, we have to tell the height and width of the page...,
Thanks & Regards, NeW OnE, please don't forget to vote on the post
-
I am not sure but i think you can do it only in page init or pre-init methods.
Ahsan Ullah Senior Software Engineer
No its not working :(
Thanks & Regards, NeW OnE, please don't forget to vote on the post
-
Hi its possible to tell in page load event size of the page(Height & width of the page)? Means if u popupnew window we can tell the height and width of that newly popupwindo..., But for me, the initial window itself, we have to tell the height and width of the page...,
Thanks & Regards, NeW OnE, please don't forget to vote on the post
this can be possible with java script :laugh:
-
this can be possible with java script :laugh:
Ya i did for my childwindow using javascript..., But how u can tell it for the parent window itself?, Ths is the code for making childwindow size: Response.Write(""); Response.Write("window.open('CollapsePanel.aspx','_blank','width=550,height=450,scrollbars=no')"); Response.Write(""); Where u will tell this one for parent window? Thanks & Regards, NeW OnE, please don't forget to vote on the post