HighDots Forums  

Fullscreen using IE6 and windows CE.NET

Javascript JavaScript language (comp.lang.javascript)


Discuss Fullscreen using IE6 and windows CE.NET in the Javascript forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
stef
 
Posts: n/a

Default Fullscreen using IE6 and windows CE.NET - 09-24-2003 , 08:05 AM






Hello,

Is it possible ?

Watever i do, i always have location and menus bars...

I need to launch a new window without those items....

Thanx for the help


--
Stéphane ROLLAND



Reply With Quote
  #2  
Old   
kaeli
 
Posts: n/a

Default Re: Fullscreen using IE6 and windows CE.NET - 09-24-2003 , 09:47 AM






In article <1064408754.30846.0 (AT) demeter (DOT) uk.clara.net>,
multimatum (AT) voila (DOT) fr enlightened us with...
Quote:
Hello,

Is it possible ?

Watever i do, i always have location and menus bars...

I need to launch a new window without those items....

window.open("url","name","toolbar=no,menubar=no");

http://msdn.microsoft.com/workshop/a.../methods/open_
0.asp

-------------------------------------------------
~kaeli~
All I ask for is the chance to prove that money
cannot make me happy.
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace
-------------------------------------------------


Reply With Quote
  #3  
Old   
stef
 
Posts: n/a

Default Re: Fullscreen using IE6 and windows CE.NET - 09-25-2003 , 01:59 AM



Thanx kaeli...

BUT ... it doesn't work with CE.NET
Nor fullscreen, neither toolbar...
The only way i know is to ask final user to set the fullscreen himself...
I need to find a way to do it automatically

Anything else ?

Stef

"kaeli" <infinite.possibilities (AT) NOSPAMatt (DOT) net> a écrit dans le message de
news:MPG.19db6a968b8affaf989877 (AT) nntp (DOT) lucent.com...
Quote:
In article <1064408754.30846.0 (AT) demeter (DOT) uk.clara.net>,
multimatum (AT) voila (DOT) fr enlightened us with...
Hello,

Is it possible ?

Watever i do, i always have location and menus bars...

I need to launch a new window without those items....


window.open("url","name","toolbar=no,menubar=no");

http://msdn.microsoft.com/workshop/a.../methods/open_
0.asp

-------------------------------------------------
~kaeli~
All I ask for is the chance to prove that money
cannot make me happy.
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace
-------------------------------------------------



Reply With Quote
  #4  
Old   
kaeli
 
Posts: n/a

Default Re: Fullscreen using IE6 and windows CE.NET - 09-25-2003 , 07:35 AM



In article <1064473204.10845.0 (AT) iris (DOT) uk.clara.net>, multimatum (AT) voila (DOT) fr
enlightened us with...
Quote:
Thanx kaeli...

BUT ... it doesn't work with CE.NET
Nor fullscreen, neither toolbar...
The only way i know is to ask final user to set the fullscreen himself...
I need to find a way to do it automatically

Anything else ?

That's standard. If that doesn't work, and your syntax is correct,
including quotes, etc, then the problem is with the browser for windows
CE. I think it has to be cut down from the normal browser to fit in
memory for a PDA, so it may not support all the same things. I've not
programmed for it, so I couldn't say one way or the other. You might
have some luck in the microsoft newsgroups...

Do re-post here if you find a solution...I'm ever the curious one.

-------------------------------------------------
~kaeli~
All I ask for is the chance to prove that money
cannot make me happy.
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace
-------------------------------------------------


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.