Z zhouhe Unregistered / Unconfirmed GUEST, unregistred user! 2000-05-30 #1 各位英雄: 在asp中、用response.end可以中断当前页面、在jsp中如何解决?
C cytown Unregistered / Unconfirmed GUEST, unregistred user! 2000-06-05 #3 try: out.close(); or justdo these: make a mark at the end of the page, if want to end the page, just goto this mark, i.e.: <% if (test) goto endofpage .... .... endofpage: %> </html>
try: out.close(); or justdo these: make a mark at the end of the page, if want to end the page, just goto this mark, i.e.: <% if (test) goto endofpage .... .... endofpage: %> </html>