This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / 在.Net或者ASP里面,如何用语句实现从一个页面跳到另一个页面?记得看到是location.link="***.asp" or location.href=".asp", something like this.另外,在MSDN里面怎么查不到?有什么快速reference的办法么?谢谢。
-milk(milk);
2002-12-15
(#916880@0)
-
response.redirect
-flybird(bear);
2002-12-16
(#917138@0)
-
Server.Transfer
-elac(elac);
2002-12-16
(#917290@0)
-
Great! I got it. Thanks for your hint.
-milk(milk);
2002-12-16
(#917315@0)
-
the above two are server side functions, what you mentioned is client side, so , quite different.
-win(秋天的菠菜);
2002-12-16
(#917555@0)
-
yeah, but in .net, it works. I mean in .aspx file.
-milk(milk);
2002-12-16
(#917657@0)
-
for client side simply put a html link in your page
-elac(elac);
2002-12-16
(#917920@0)