T touchme_1 Unregistered / Unconfirmed GUEST, unregistred user! 2000-11-16 #1 response.redirect怎么用?谢谢!
W wjiachun Unregistered / Unconfirmed GUEST, unregistred user! 2000-11-16 #2 <% Response.Redirect "a.asp" %> <html> <body> </body> </html> 注意要放在HTML之前,要不出现错误。
<% Response.Redirect "a.asp" %> <html> <body> </body> </html> 注意要放在HTML之前,要不出现错误。
C CathyEagle Unregistered / Unconfirmed GUEST, unregistred user! 2000-11-16 #3 还有一句 response.buffer = true 要放在html之前,Response.Redirect之前, 最好在所有asp语句之前。
S sportsman Unregistered / Unconfirmed GUEST, unregistred user! 2000-11-19 #4 1。 如果设置response.buffer = true,没有问题 2。否则在显示任何页面员数前用Response.Redirect "test.asp"
C CoCo_ Unregistered / Unconfirmed GUEST, unregistred user! 2000-11-19 #5 &lt;script&gt;<br> window.location='test.asp';<br> &lt;/script&gt;
W wjiachun Unregistered / Unconfirmed GUEST, unregistred user! 2001-01-09 #7 touchme_1:如果你还要继续讨论请定期提前你的帖子,如果不想继续讨论请结束帖子。 人贵在自觉!