PDA

View Full Version : full screen + taskbar


raoul
04-29-2003, 04:05 PM
Hi,

Couldn't find anything related to this.

Wonder if it is possible to open a window fullscreen chromeless but with the taskbar and start menu visible at the bottom?

Thanks,
Raoul

Decoy Filt
04-29-2003, 04:11 PM
if u use :
function newwin()
newwin=window.open('URL','name','height=480,width=640,menubar=no,scrollbars=no,status=no,toolbar=yes ,left=0,top=0')

beetle
04-29-2003, 04:27 PM
If you are referring the fullscreen modifier, then probably not.

FWIW, chromeless windows don't work in IE6 + SP1

raoul
04-29-2003, 06:26 PM
Yes Beetle, I was referring to the fullscreen modifier.

What I am trying to do is designing an Interface for an Intranet Without having the browser look. Actually I just had a look at some Windows application. If I use something like Decoy Filt suggested and use favicon, I have exactly what I need.

Should have thought of that earlier!

Thanks for the response!

beetle
04-29-2003, 06:41 PM
If this is an intranet application, you should look into HTAs (http://msdn.microsoft.com/library/default.asp?url=/workshop/author/hta/overview/htaoverview.asp) (HTML Applications)

Decoy Filt
04-30-2003, 01:23 AM
nice ,
didn't hear about this yet

raoul
04-30-2003, 08:23 AM
Yes, very nice

Thanks for pointing me to this!