473,386 Members | 1,841 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,386 software developers and data experts.

Create undecorated window, how?

Hi,
How to open a new window without any window decoration?
Frank
Jul 23 '05 #1
2 3039
Dropstengel wrote:
How to open a new window without any window decoration?


Google is your friend. [psf 6.1]

<http://www.dynamicdrive.com/dynamicindex8/chromeless.htm>

It also won't work with tabbed browsing as of Mozilla/5.0 and
probably not in Opera, non-Explorer window managers aside.
PointedEars
--
How to make God laugh: tell him your plans.
Jul 23 '05 #2
In article <41***********************@news.xs4all.nl>, ik@haat.spam
enlightened us with...
Hi,
How to open a new window without any window decoration?
Frank


The usual caveats about popups apply:

var myWin = window.open
("myUrl","myName","toolbar=no,scrollbars=no,menuba r=no,resizable=yes");

Note that once you set an attribute, all are assumed to be no unless you set
them to yes. You can also specify width and height and so on. Be careful you
don't set the window too small and have no scrollbars and the user can't
resize to see the whole content. The user might have a large font size due to
poor eyesight. Don't assume they see what you see. Always either have
scrollbars or allow a resize (or both).

http://www.mozilla.org/docs/dom/domr...dow_ref76.html

--
--
~kaeli~
A hangover is the wrath of grapes.
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace

Jul 23 '05 #3

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

Similar topics

6
by: mmac | last post by:
I am trying to create something like this: Response.Write "<a href=""javascript:openWindow('www.domain.com/events/EventDetails.asp?EventID=" & rsEvents("OccID") &...
4
by: Doug Gordon | last post by:
I want to create an "MFC DLL" with VC.NET that will be explicitly loaded when needed. That is, the main application will do a "LoadLibrary" call and then a series of "GetProcAddress" calls to set...
3
by: jojowebdev | last post by:
Picking up from Friday.. I am still having trouble creating the Select Menu option. I got parts of the correct syntax but it is still not creating the selected carrier as an option in the parent...
8
by: barb | last post by:
So that the world at large benefits from our efforts, here is one fully documented way to use Windows Irfanview freeware to create thumbnail web galleries (http://www.irfanview.com). STEP 1:...
0
by: Husey | last post by:
Hi, I am trying to create a very simple EJB project which requires me to create a new jboss configuration in Eclipse. I keep getting the error message "An error has occurred. See error log for...
4
by: =?Utf-8?B?QmVubnk=?= | last post by:
How do I create a new IE window (client script or ASP.NET server code) so that it will create a new ASP session with each new window? Thanks.
2
by: =?Utf-8?B?S2Vsdmlu?= | last post by:
Hi all, I am trying to create a new window (without border, title bar..etc) for using brush to make the whole screen become red. So, anyone knows how to create a new window after pressing a...
0
by: TrevRex | last post by:
Hello, I work for a non-profit in San Diego as a GIS Specialist. I have had to teach myself about some scripting to create some dynamic maps, but I am still very limited in my skills, so I have...
0
by: ramcbe | last post by:
hello, i am very new to vc++.i have the code. #include "windows.h" #include "stdafx.h" // Need the following header files to access the MSI API #include "msi.h" #include "msiquery.h"...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.