473,403 Members | 2,270 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,403 software developers and data experts.

Chrome windows

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!
Nov 18 '05 #1
2 1779
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,resi zable=no')</script>");
--
Regards,
Alvin Bruney
Got DotNet? Get it here...
http://www.networkip.net/dotnet/tidbits/default.htm
"Brian Henry" <[REMOVE-ME]br******@adelphia.net> wrote in message
news:u8**************@tk2msftngp13.phx.gbl...
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!

Nov 18 '05 #2
so they are diffrent from the window.showmodal windows? I thought thoes
where chrome windows but in a modal state
"Alvin Bruney" <vapor at steaming post office> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
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,resi zable=no')</script>");
--
Regards,
Alvin Bruney
Got DotNet? Get it here...
http://www.networkip.net/dotnet/tidbits/default.htm
"Brian Henry" <[REMOVE-ME]br******@adelphia.net> wrote in message
news:u8**************@tk2msftngp13.phx.gbl...
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!


Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: gimme_this_gimme_that | last post by:
This isn't a javascript question ... On the other hand, there are a lot of people on this newsgroup who seem to know a lot about building nice user interfaces. Anyway, I'd like to add chrome...
3
by: Danigan | last post by:
I've noticed a disturbing trend in this (or more accurately "every") tech forum to not answer people's tech questions when people are asking about something non-conformant. This is especially true in...
0
by: Oriane | last post by:
Hi Patrice, "Patrice" <http://www.chez.com/scribe/a écrit dans le message de news:A2D25A55-E656-4EE7-9671-933000653FD1@microsoft.com... Mimic an Vista gadget on XP. As far as I know, Vista gadget...
21
by: Stevo | last post by:
Look at the userAgent string: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.27 Safari/525.13 It's based on a Safari so it'll suck. Time...
2
by: Gregor Kofler | last post by:
I've augmented string objects (not the prototype) and none of the popular browsers ever complained. Until Chrome came along. Chrome won't accept something like String.prototype.foo = function()...
1
by: Guy Macon | last post by:
Serious Security Flaw in Google Chrome: http://www.readwriteweb.com/archives/security_flaw_in_google_chrome.php -- Guy Macon <http://www.GuyMacon.com/>
0
by: Guy Macon | last post by:
SRWare's new Iron browser is based on Chrome's source code but, unlike Chrome, Iron does not create unique user IDs, nor does it send URIs to Google for generating search hints or tell Google when...
1
by: npm | last post by:
Hi I've checked out this page (and it works fine) in FF, IE, Opera, Chrome and Safari: http://www.w3schools.com/dom/tryit.asp?filename=try_dom_list_loop But when I try and tweak it for a site...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.