求救:ASP问题
Posted on 八月 16rd, 2007 由 admin
a.asp 包含b.asp(iframe);b.asp->c.asp
如何实现c.asp->a.asp
response.redirect;window.location.不行。
推荐阅读
网友:cloudchen
c.asp里面加
<script>
top.location.href="a.asp";
</script>
a.asp 包含b.asp(iframe);b.asp->c.asp
如何实现c.asp->a.asp
response.redirect;window.location.不行。
推荐阅读
c.asp里面加
<script>
top.location.href="a.asp";
</script>
讨论区