注册 登录
编程论坛 ASP技术论坛

哪位好心的大哥帮我看下这个如何POST啊

yasenluobina 发布于 2011-07-16 01:47, 333 次点击
Dim strAreaName
Dim strServName

strAreaName = CheckRequest("d1", 0)
strAreaName = HexToStr(strAreaName)
strAreaName = CheckStr(strAreaName)

strServName = CheckRequest("d2", 0)
strServName = HexToStr(strServName)
strServName = CheckStr(strServName)

http://127.0.0.1/xxx.asp?d1 =内容1&d2 =内容2  这个样子无法提交啊 ? 应该怎么写啊 大哥们 帮帮忙啊
2 回复
#2
yasenluobina2011-07-16 01:57
沙发自己的 各位大哥 都睡着了么 呜呜呜
#3
liang1982072011-07-17 11:19
无法提交是什么意思?
1