如果我用Response.Redirect来做重定向。。
登录 | 论坛导航 -> 华新鲜事 -> 技术の宅 | 本帖共有 6 楼,当前显示第 4 楼 : 从楼主开始阅读 : 本帖树形列表 : 返回上一页
作者:iloveyouso (等级:9 - 已有大成,发帖:4315) 发表:2004-10-16 01:25:33  4楼 
You mean the argument to the function?As ASP is a scripting language, of course you can put variables there. I don't get what problem you are facing now.
FOR EXAMPLE

<% Response.Redirect ("http://www.google.com&quot;) %> 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
既不回头,何必不忘;
既然无缘,何需誓言...
今日种种,似水无痕;
明夕何夕,君已陌路...

欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!原文 / 传统版 / WAP版只看此人从这里展开收起列表

本帖共有 6 楼,当前显示第 4 楼,本文还有 N-1 层楼,要不你试试看:点击此处阅读更多 >>



请登录后回复:帐号   密码