Essai ca : <script language="javascript"> top.moveTo(0,0); top.resizeTo(screen.width, screen.height); </script>
DinguotDinguot
------------------------------- Réponse au message : -------------------------------
> Je l'ai mis dans [head][/head] mais ça marche pas... > Il faut savoir qu'il y a des frames... ça change quelquechose? > > > ------------------------------- > Réponse au message : > ------------------------------- > > > <script language="javascript"> > > window.moveTo(0,0); > > window.resizeTo(screen.availWidth,screen.availHeight); > > </script> > > > > > > > > ------------------------------- > > Réponse au message : > > ------------------------------- > > > > > Salut > > > Je voudrais savoir comment maximiser une fenetre a son ouverture... > > > Merci > > >
|