首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

请教怎么打开另一个网页,而不关闭当前的网页

2012-01-30 
请问如何打开另一个网页,而不关闭当前的网页请问在c#中如何写,Response.Redirect( changepassword.aspx

请问如何打开另一个网页,而不关闭当前的网页
请问在c#中如何写,Response.Redirect( "changepassword.aspx ")   是页面直接转了

[解决办法]
window.open( "sohu.com ", "_blank ", "toolbar=no,menubar=no,scrollbars=yes,resizable=no,statusbar=no,top=50,left=50,width=900,height=700 ";);

热点排行