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

请教怎么用Response.Write 返回前2个页面

2011-12-22 
请问如何用Response.Write 返回前2个页面Response.Write script alert( 上传成功 )window.back() /

请问如何用Response.Write 返回前2个页面
Response.Write " <script> alert( '上传成功 ');window.back(); </script> "

返回不了   请指教谢谢

[解决办法]

Response.Write " <script> alert( '上传成功 ');window.history.go(-2); </script> "

热点排行