弹出一个新窗口的全屏 [英] Full Screen on a new window pop up

查看:58
本文介绍了弹出一个新窗口的全屏的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hello everyone,



我在弹出的窗口中寻找有关全屏模式的帮助。我使用了window.open函数并指定了全屏属性on。当我在我的系统中运行项目时,这个功能非常有效。但是当我把它放在IIS上时,如果我尝试从通过网络连接的其他系统访问同一个东西,它就不会全屏打开。我需要一些建议。以下是我使用过的代码。



Hello Everyone,

I looking for help regarding Full Screen mode on a window pop up. I have used window.open function and specified full screen property "on". This thing works perfectly when I run the project in my system. But When I put it on IIS and If I try to access the same thing from the other system which is connected through network it doesn't open in full screen. I need some suggestion on this. Below is the code which I have used.

var closeurl = "Login.aspx";
var popurl = "welcome.aspx";
            winpops=window.open(popurl,"HMSAJAX","toolbar=no,menubar=no,location=no,resizable=no,status=yes,scrollbars=yes,fullscreen=yes");

window.open('', '_self', '');
window.close();









问候,

Nuthan Gowda





Regards,
Nuthan Gowda

推荐答案

http://www.w3schools.com/jsref/met_win_open.asp



http://www.htmlcodetutorial.com/linking/linking_famsupp_87.html
http://www.w3schools.com/jsref/met_win_open.asp

http://www.htmlcodetutorial.com/linking/linking_famsupp_87.html


这篇关于弹出一个新窗口的全屏的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆