Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    fullscreen mode (F11)

    Hallo,

    How can i run the application in fullscreen mode?

    thx.

    #2
    Open a new window in full screen mode :

    <script>

    window.open("page.html","fs","fullscreen,scrollbars")

    </script>

    Comment


      #3
      Originally posted by jatoma
      Open a new window in full screen mode :

      <script>

      window.open("page.html","fs","fullscreen,scrollbars")

      </script>
      i can't, popup blocked

      Comment

      Working...
      X