Click to See Complete Forum and Search --> : Window with no browser functions


eewald
04-03-2003, 08:47 AM
Can I open a new window and disable everything except the window. ie. no file options,url address space, back buttons etc. Just a window.

jrthor2
04-03-2003, 08:57 AM
yep, here is a link to one, but please note, this will not work in Windows XP SP1.

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

eewald
04-03-2003, 09:02 AM
Awesome. THanks!

I can open it in and navigate in Windows XP SP1.. is there a specific bug that makes it unusable?

khaki
04-03-2003, 09:12 AM
hi eewald...

is there a reason why you don't just want to use

window.open("YourPage.htm","newWin,"status=no,toolbar=no,menubar=no,location=no, scrollbars=no");

(this works in all browsers/OS... no?)
:confused: k

jrthor2
04-03-2003, 09:12 AM
Not sure, that's just what the site said. Here is another one

http://www.codelifter.com/main/javascript/amazingframelesspopup1.html

eewald
04-03-2003, 09:53 AM
Khaki.. that works.. I was looking to hide the ie browser though. Those both work.. thanks for the help!

khaki
04-03-2003, 10:20 AM
oh... (lol) I thought that you were saying
Can I open a new window and disable everything except the window. ie. no file options,url address space, back buttons etc. Just a window.
I thought that you meant ie as in "in other words" (lol).

But... now I'm curious... does adding titlebar=0 do that (I can't test it, because I only have a buggy version of IE5.0 that throws errors on all javascript pages).

By the way... the scripts that jrthor2 reference do not produce fully chromeless pages in Netscape (I assume that you are excluding Netscape users as possible visitors... but I thought that I'd just mention it for anyone else who may be thinking of using this script in a cross-browser environment).

;) k

jrthor2
04-03-2003, 10:24 AM
I didn't think you could do a "cmopletely" chromeles window in Netscape. If so, cool.