伙计们如何在asp.net中打开一个页面而不是windows提示页... [英] Guys how to open a page in asp.net not as a windows prompt page...

查看:47
本文介绍了伙计们如何在asp.net中打开一个页面而不是windows提示页...的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我点击任何链接时,如何打开宽度和高度为500px的屏幕,它不应该像Windows提示框一样打开窗口,它应该像css效果一样打开,就像没有任何窗口控件的普通盒子一样。帮帮我..





onClick =window.open('link.aspx','mywindow','width = 600 ,身高= 450,左= 500px')



i不希望这种类型的页面打开.. bcoz我不能进一步工作在页面类型..

Guys how to open a screen whose width and height are 500px when i click any link and it should not open the window like windows prompt box , it should open like as css effect just as a normal box without any windows control. help me out ..


onClick="window.open('link.aspx','mywindow','width=600,height=450,left=500px')"

i dont want this type of opening of a page.. bcoz i cant work further anywork in type of page ..

推荐答案

您需要开发自己的弹出控件或使用现有的弹出控件:

https://jqueryui.com/dialog/ [ ^ ]

http:/ /www.jquerybyexample.net/2013/01/jquery-popup-window-tutorial-plugins.html [ ^ ]
You'll need to develop your own popup control or use an existing one :
https://jqueryui.com/dialog/[^]
http://www.jquerybyexample.net/2013/01/jquery-popup-window-tutorial-plugins.html[^]


这篇关于伙计们如何在asp.net中打开一个页面而不是windows提示页...的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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