문제

Im having a problem where I click a link and it opens a new window in fullscreen mode, but the address bar is still showing which I don't want it to. Here is the code I have:

function fullScreen(theURL) {
   window.open(theURL, '', 'fullscreen=yes, scrollbars=1, toolbar=0, location=no');
}

Same problem in latest FF and IE8...

도움이 되었습니까?

해결책

It is no longer possible to do this in modern browsers for security reasons (people trying to trick users into thinking a web page is something its not).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top