how to control the state of IE?http://forums.asp.net/t/299916.aspx/1?how+to+control+the+state+of+IE+Tue, 05 Aug 2003 12:45:50 -0400299916299916http://forums.asp.net/p/299916/299916.aspx/1?how+to+control+the+state+of+IE+how to control the state of IE? I want to do like this,after I visit the first page,and then redirect the other page which I want to control its state of browser.such as there is no menu bar or toolbar,and define its width and height.how can I do? Thanks very much for reply! 2003-08-05T02:55:03-04:00299917http://forums.asp.net/p/299916/299917.aspx/1?Re+how+to+control+the+state+of+IE+Re: how to control the state of IE? If you open a window from client side, you can do these control. 2003-08-05T02:58:42-04:00299983http://forums.asp.net/p/299916/299983.aspx/1?Re+how+to+control+the+state+of+IE+Re: how to control the state of IE? thank you very much, Jimmym!but could you tell me more about this?if you can give me the source code ,I will appreciate you more! Waiting for your reply! 2003-08-05T05:32:21-04:00300036http://forums.asp.net/p/299916/300036.aspx/1?Re+how+to+control+the+state+of+IE+Re: how to control the state of IE? Hi, Here is a reference for you: <a href="http://javascript.internet.com/forms/open-window.html"> http://javascript.internet.com/forms/open-window.html</a> Regards, 2003-08-05T07:42:04-04:00300129http://forums.asp.net/p/299916/300129.aspx/1?Re+how+to+control+the+state+of+IE+Re: how to control the state of IE? colt,Thank you very much!good luck! 2003-08-05T10:51:38-04:00300146http://forums.asp.net/p/299916/300146.aspx/1?Re+how+to+control+the+state+of+IE+Re: how to control the state of IE? now I want to control the state of ie in the page_load event,who can tell me the code? 2003-08-05T11:22:39-04:00300169http://forums.asp.net/p/299916/300169.aspx/1?Re+how+to+control+the+state+of+IE+Re: how to control the state of IE? You can't...you can only do it in javascript when you open the new window... Jerry 2003-08-05T12:30:34-04:00