Opening new windows

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?
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top