Jump to content

dariussiriuse

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by dariussiriuse

  1. Hello, I am working on a test project, I would like to understand how the "fullscreen=yes|no|1|0" from the "specs" part works... I have read on the internet that this option doesn't works(?), but since it is on w3 there must be a way to make it work... Could someone please give me an example of code showing the proper way of using this? Because from the code I have I just can't manage to do it... Here is a partial code of what I have, it does open the page that I want, but just won't do it in fullscreen mode... var myWindow; function openWin() { myWindow = window.open("dummy.html", "", "fullscreen=yes", ""); } Many thanks! dariussiriuse
×
×
  • Create New...