Hi all,
Is it possible to open a customized .aspx page like a pop up window with the parent page open?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
B M SuchitraPosted Oct 7, 2011, 5:31 AM
Yes i tried its wrong.. Please read the post carefully. I have asked how to open a pop up page with the parent page still open and the child/pop up page size smaller than the parent page.
Javeed M ShaikhPosted Oct 4, 2011, 10:33 AM
Button1.Attributes.Add("onclick", "window.open('/files/myaspx.aspx'); return false;");
Please do not forget to mark "Accepted Answer".