<div>
方法有兩大類,使用ASP/ASPX碼或是使用JS
使用ASP
使用ASPX
使用JS
基本語法為
<script>
location.href='index.aspx'
</script>
ASP中為
<script>
location.href="index.aspx"
</script>
在ASP程式碼中使用則為
不過需要注意的是,常會有單引號雙引號問題導致無法運作
另外還有一種情況是
當程式碼是寫在分隔視窗中時,要加入parent,變成parent.location.href</div>
沒有留言:
張貼留言