Notizie: scarica ora l'ultima versione disponibile di Thunderbird!

Autore Topic: ho un javascript non funziona con firefox  (Letto 4438 volte)

0 Utenti e 1 Visitatore stanno visualizzando questo topic.

Offline loyalone

  • Post: 1
ho un javascript non funziona con firefox
« il: 14 Marzo 2007 12:30:13 »
un saluto a tutti, normalemnte per far aprire le pagine in modalità fullwin uso questo codice javascipt, con IE funziona perfettamente mentre con Firefox non funziona, ho provato a vedere anche nella console degli errori ma non appare nulla, potete aiutarmi in qualche modo Grazie

<SCRIPT LANGUAGE="JavaScript">
<!-- 

function prova_DoFSCommand(command, args)
{
   if ( command == "fullwin" )
   {
      window.open(args,"frame","fullscreen");
   }
}

//-->
</SCRIPT>




Offline klades

  • Moderatore
  • Post: 5788
    • http://www.nic-nac-project.org/~kaosmos
Re: ho un javascript non funziona con firefox
« Risposta #1 il: 14 Marzo 2007 13:26:38 »
Leggi qui: http://developer.mozilla.org/en/docs/DOM:window.open
Cito per i pigri:

Citazione
fullscreen
    Do not use. Not implemented in Mozilla. There are no plans to implement this feature in Mozilla.
    This feature no longer works in MSIE 6 SP2 the way it worked in MSIE 5.x. The Windows taskbar, as well as the titlebar and the status bar of the window are not visible, nor accessible when fullscreen is enabled in MSIE 5.x.
    fullscreen always upsets users with large monitor screen or with dual monitor screen. Forcing fullscreen onto other users is also extremely unpopular and is considered an outright rude attempt to impose web author's viewing preferences onto users.
    Note on fullscreen
    Supported in: Internet Explorer 5+
    fullscreen does not really work work in MSIE 6 SP2.

Ciao, Paolo

0 Utenti e 1 Visitatore stanno visualizzando questo topic.