How to make the window full screen with Javascript (stretching all over the screen)

后端 未结 19 1833
天涯浪人
天涯浪人 2020-11-21 22:13

How can I make a visitor\'s browser go fullscreen using JavaScript, in a way that works with IE, Firefox and Opera?

19条回答
  •  情话喂你
    2020-11-21 22:55

    Try this script

    
    

    For calling from script use this code,

    window.fullScreen('fullscreen.jsp');
    

    or with hyperlink use this

     
    Open in Full Screen Window
    

提交回复
热议问题