FOR EXAMPLE
所在版块:技术の宅 发贴时间:2004-10-16 01:25

用户信息
复制本帖HTML代码
高亮: 今天贴 X 昨天贴 X 前天贴 X 

<% Response.Redirect ("http://www.google.com") %> this works

however,

<% varAddress = 'http://www.google.com' %>
<% Response.Redirect ("varAddress") %>

did not work... instead, it give me http:\\xxx.xxx.com\varAddress
and

<% varAddress = 'http://www.google.com' %>
<% Response.Redirect (varAddress) %>

gave an error
.
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!

既不回头,何必不忘;
既然无缘,何需誓言...
今日种种,似水无痕;
明夕何夕,君已陌路...

 相关帖子 我要回复↙ ↗回到正文
如果我用Response.Redirect来做重定向。。 iloveyouso   (94 bytes , 529reads )
You mean the argument to the function? Flying   (115 bytes , 226reads )
FOR EXAMPLE iloveyouso   (323 bytes , 229reads )
must use " instead of ' Solitude   (77 bytes , 355reads )
thanks a lot.. PigSpirit   (0 bytes , 197reads )
ASP iloveyouso   (0 bytes , 203reads )