Question cruciale !!!

Question cruciale !!! - Programmation

Marsh Posté le 08-03-2002 à 17:17:42    

Je sais ce n'est pas franchement une question orientée programmation, mais elle peut être décisive dans mes choix.
 
Peut-on démarrer IE (ou Netscape) directement en plein écran (je veux dire sans contour de fenêtre), si oui indiquez-moi la manip. à suivre, j'ai besoin d'être informé le plus tôt possible.
 
Merci d'avance
 
Note : La prochaine fois vous aurez une question à la hauteur de vos attentes...

Reply

Marsh Posté le 08-03-2002 à 17:17:42   

Reply

Marsh Posté le 08-03-2002 à 17:41:32    

javascript
 
/* =============================================================================== */  
/*  Name: fullscreen                                                               */
/*  Function: this is going to cause IE to go into a kind of fullscreen mode       */
/*  Call: fullscreen()                                                             */
/*  Supported Browsers: IE5.x,IE6.x                                                     */
/*  Author: Dimitris Anoyatis                                                      */
/*  E-Mail(s):dosida@hotmail.com,dosida@f2s.com                                    */
/*  Version: 1.0.2                                                                 */
/*  Status: Freeware (Actually Mentionware; just mention me on your webpage)       */
/*  Requirements: Just keep this with the script please... Not 2 much 2 ask is it? */
/*                                                                                 */
/*                   Hope you find this script useful :)                           */
/* =============================================================================== */
 
function fullscreen(){
var hdiff;
window.moveTo(-4,-4);
window.resizeTo(screen.width,screen.height);
hdiff=window.screenTop;
window.moveTo(-6,-hdiff-7);
window.resizeTo(screen.width+13,screen.height+hdiff+35)
}
 
 
Google RULEZ !

 

[jfdsdjhfuetppo]--Message édité par cycojesus--[/jfdsdjhfuetppo]


---------------
Chết rồi ! ✍ ⌥⌘ http://github.com/gwenhael-le-moine/slackbuilds/
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed