请求参数 [英] QueryString

查看:57
本文介绍了请求参数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

试着解决一个不知道asp的问题。


我的数据库中有一个下载列表,上面有卡片描述。输出是名称,如抽象,插图等。


我将结果发送到另一个页面,如此

Hi, Trying to solve a problem with no knowledge of asp.

I have a dropdown list populated from my database with card decription. The output is names like, abstract,illustration etc.

I am sending the results to another page like so

展开 | 选择 | Wrap | 行号

推荐答案


试着解决一个不知道asp的问题。


我有一个下载列表,从我的数据库填充卡片描述。输出是名称,如抽象,插图等。


我将结果发送到另一个页面,如此
Hi, Trying to solve a problem with no knowledge of asp.

I have a dropdown list populated from my database with card decription. The output is names like, abstract,illustration etc.

I am sending the results to another page like so
展开 | 选择 | Wrap | 行号





如果您在访问查询字符串时遇到任何问题,您甚至可以使用隐藏的变量。

例如


<输入类型="隐藏" name =" PostCardID" value =" value">


并在target.asp中访问此值为Request.Form(" PostCard")
Hi,

If you are getting any problem accessing querystring , you can even use Hidden varaibles.
e.g.

<Input type ="hidden" name ="PostCardID" value ="value">

and access this value in target.asp as Request.Form("PostCard")


谢谢对于回复人员,

两个想法都不能开始工作。

会打击。

谢谢
Thanks for the reply guys,
Neither idea could I get to work.
Will bash on.
Thanks


这篇关于请求参数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆