Opening new windows

  • Thread starter Thread starter Jeremy Ames
  • Start date Start date
J

Jeremy Ames

I am using C# to develop my ASP.Net applications. I am trying to figure out
how to open new window with specific attributes such as size and window
components to show. I have not seen any examples in the documentation on how
to do this. Can someone please help?
 
Hi Jeremy

you need to use the open method of the window object to open a new window.

Look at the following link which shows the various options which can be used with open method.

http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/methods/open_0.as

Hope ths helps..

Regards
Madh

----- Jeremy Ames wrote: ----

I am using C# to develop my ASP.Net applications. I am trying to figure ou
how to open new window with specific attributes such as size and windo
components to show. I have not seen any examples in the documentation on ho
to do this. Can someone please help
 
Back
Top