如何创建新窗口?

如何创建新窗口?

问题描述:

我想创建一个新窗口.我想在其中创建一个图像上载器组件和文本框.因此想在新窗口中为该图像上载器编写代码,而又不影响aspx页面.

想要在我的网站中用于更改个人资料图片.

请帮我!

您可以预先通过thanx

i want to create new window.where i want to create one image uploader component and textbox.so want to write code for that image uploader in new window without affecting aspx page.

want to use for change profile picture in my website.

plz help me!

thanx in advance

您可以通过
做到这一点
1.有一个超链接在另一个窗口/选项卡中打开新页面
2.或者您可以使用jquery创建一个弹出窗口.
You could do that by

1. either having a hyperlink opening the new page in another window/tab
2. or you could create a pop window using jquery.


使用AJAX模态弹出式扩展程序

http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/ModalPopup/ModalPopup.aspx [a> [ ^ ]
Use the AJAX modal popup extender

http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/ModalPopup/ModalPopup.aspx[^]