没有菜单栏的ASP页 [英] ASP page without menubar

查看:64
本文介绍了没有菜单栏的ASP页的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好
最后,我有一项工作要做,但我仍然错过一些细节,一个没有窗口菜单栏,仅显示窗口信号的标题以最大化信号并最小化关闭信号.我有一段代码可以做到这一点,但它却给我带来了一个问题,打开了很多相同的页面.有什么建议吗?
这是我找到的代码

hello
I have a job to do that I''m at the end but I still miss some details, one is not having the window menu bar, displayed only the title of the window signal to maximize signal and minimize signal to close. I have a piece of code that does this but it causes me a problem, opens up so many pages the same. Any suggestions?
Here is the code that i found

ScriptManager.RegisterClientScriptBlock(this, this.GetType(), "redirect", "window.open('Pagina.aspx','','resizable=no, menubar=no, scrollbars=yes,location=no' );", true);
    }

推荐答案


使用这个:
Hi,
use this:
"window.open('Pagina.aspx', null, 'height=250, width=600, status=no, resizable=no, scrollbars=no, toolbar=no,location=no, menubar=no');"



祝一切顺利.
--Amit



All the best.
--Amit


这篇关于没有菜单栏的ASP页的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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