Can I make web page look as pop up?

∥☆過路亽.° 提交于 2019-12-08 05:52:11

问题


I have created webpage and I am calling it from Jquery function. Technically I used {info} as image button and I am replacing with it with .aspx so that it is redirecting to that page.

.replace("${info}","/_layouts/webpage.aspx");

The web page is opening in new browser window. Is there any way that I could make it as pop up so I can place it anywhere in the page. That is to get rid off the toolbar address bar etc. It should look like a pop up.

Can anyone help me regarding this. Thanks in advance. I guess I provided the enough info. If not, please ask me.. May be next time I make it clearer.

2#(extend) I am already using pop up..and I want to display another pop up on that which is having some server controls. Frankly I am new to jquery. I was thinking like I can create a.aspx page and after that I can modify it to as look like as pop up. or making it as fancy box.

Please help me


回答1:


What you are looking for is called a modal popup. I like to use ColorBox for this type of functionality. That said there are a large variety of alternative modal jQuery plugins that will also work.



来源:https://stackoverflow.com/questions/3106106/can-i-make-web-page-look-as-pop-up

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!