Visualizzazione dei risultati da 1 a 2 su 2
  1. #1

    bottone x ridimensionare un fullscreen

    ciao, è possibile inserire in una finestra aperta in fullscreen un bottone che permetta di ridimensionarla secondo dimensioni specificate?

    ho provato questo codice:

    codice:
    script language="JavaScript">
    <!--
    // function to allow the changing of the window size by link
    // to a size of 400 x 300
    function resize_2_400x300()
    {
    window.resizeTo(400,300)
    }
    -->
    </script>
    
    
    
    here to resize
    the window to 400 x 300
    ma funziona solo con finestre aperte normalmente, non fullscreen.
    grazie a chi mi aiuta!

  2. #2
    Purtroppo non è possibile...
    May the source be with you
    http://www.fiaschi.org

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.