PDA

View Full Version : Window without title bar


esbkk
01-06-2003, 08:39 AM
<script language="JavaScript"><!--
window.open('index.htm','newwin','fullscreen');
//--></script>


I have tried (and failed) using the above javascript to create an autorun CD opening a window without showing the title bar.

In FrontPage Preview I get a full, but blank screen and using 'file' > 'open', I get the error message: This page cannot be displayed etc., closing this window I find the index page displayed, but with the toolbar.

Anyone can guide me to solve this problem?

Many thanks in advance.
ESBKK

glenngv
01-06-2003, 08:56 AM
if you just want to work it in IE, just use HTA (http://msdn.microsoft.com/workshop/author/hta/overview/htaoverview.asp)

santigoon
01-06-2003, 09:28 AM
There are solutions for this out there. Simply look for chromeless windows at 4guysfromrolla for instance.

These are all hacks though. Most break when a new version of browser is introduced. The titlebar is a good way to move windows.

Try using an HTA, or add a colouring scheme.