Chrome windows

B

Brian Henry

How do you create a "chrome" window in asp.net? thoes kind of windows that
look like a normal winform type window with no toolbars or stuff... I know
it's possible, i've seen it... thanks!
 
A

Alvin Bruney

Chrome windows are created with javascript. The window.open function accepts
values that allow you to customize the look and feel of the window. Have a
look at the function definition and use the appropriate values to create
what you want. Here is an example:
Response.Write("<script>window.open('admin.aspx', 'chrome', 'menubar=no,
toolbar=no,scrollbars=no,width=300,height=300,resizable=no')</script>");
 
B

Brian Henry

so they are diffrent from the window.showmodal windows? I thought thoes
where chrome windows but in a modal state
 

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

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top