Internet Explorer full screen mode?

前端 未结 8 2554
情歌与酒
情歌与酒 2020-11-30 12:59

I am building a web based free dynamic news reader (aka \"autoplay\" feature), that you can test it from here:

http://www.fivetechsoft.com/news

and I would l

8条回答
  •  無奈伤痛
    2020-11-30 13:34

    To achieve full screen on launch of ie:

    Right click on the desktop launch icon... and and in the Target Field, append -k "http://www.google.com"

    The complete target field should look something like

    "C:\Program Files (x86)\Internet Explorer\iexplore.exe" -k "http://www.google.com"
    

    This disables all IE toolbars, addressbards you name it , you cant push F11 return to normal view either

提交回复
热议问题