简体   繁体   English

vbscript中的Response.redirect

[英]Response.redirect in vbscript

Can you tell me a vbscript for doing an action just like response.redirect command 你能告诉我一个vbscript做一个动作,就像response.redirect命令吗

doing in asp.net.I need to got to one page from another page 我需要从另一页转到另一页

Response.CodePage = 1252  
Response.Redirect ("http://www.microsoft.com" ) 

Did you try Response.Redirect in VBScript? 您是否在VBScript中尝试过Response.Redirect?

Much of the Response, Request, Server, Session and Application interface of ASP.NET was drawn from the originals in ASP classic. ASP.NET的大多数Response,Request,Server,Session和Application接口都来自于ASP classic。

Use Response.Redirect. 使用Response.Redirect。 Regardless if you are using ASP or ASP.NET, it's available. 无论您使用的是ASP还是ASP.NET,都可以使用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM