日期:2014-05-17  浏览次数:20846 次

response.redirect跳转 Target="_parent"的属性怎么设置啊?
怎么设置。或者有什么办法?

------解决方案--------------------
<script language= "javascript ">
parent.document.location.reload()

parent.document.location= "index.asp "
</script>
------解决方案--------------------
response.redirect不可以

使用response.write可以
response.write " <script> parent.document.location= 'index.asp ' </script> "
Response.end