Forums
This topic is locked
Grab Data Sent To My Page Using POST Method
Posted 02 Jul 2003 23:51:33
1
has voted
02 Jul 2003 23:51:33 Jeremy Conn posted:
I seem to be braindead at the moment - What is the method to grab data sent to my page using the POST method?<b>Connman21</b>
www.conncreativemedia.com
<b>DEVELOPMENT SETUP</b>
DW MX Studio
Web Server: IIS5
DB: Access2000/SQL2000
OS: XP Pro
Language: ASP/VB
Replies
Replied 03 Jul 2003 09:54:04
03 Jul 2003 09:54:04 Vince Baker replied:
Request("Field_Name"
Regards
Vince
Visit my home: www.chez-vince.com
VBScript | ASP | HTML | SQL | Oracle | Hosting

Regards
Vince
Visit my home: www.chez-vince.com
VBScript | ASP | HTML | SQL | Oracle | Hosting
Replied 09 Jul 2003 17:17:54
09 Jul 2003 17:17:54 Lee Diggins replied:
Just adding to Vince's comment.
It's the FORMS collection you're after - Request.Form("Field_Name"
.
The rsponse from the server is quicker if you specify the collection.
Digga
Sharing Knowledge Saves Valuable Time!!!
It's the FORMS collection you're after - Request.Form("Field_Name"

The rsponse from the server is quicker if you specify the collection.
Digga
Sharing Knowledge Saves Valuable Time!!!
Replied 18 Jul 2003 15:32:33
18 Jul 2003 15:32:33 Kenny Darcy replied:
Hi yea, I have tried this my self many times but cannot get it to work, even if u type in Request.form it still wont work is this a bug in dreamweaver do you think, let me know if you manage doing this as I have spent lots of time trying to. regards
Kenny
Kenny
Replied 21 Jul 2003 10:10:55
21 Jul 2003 10:10:55 NaiWah Lui replied:
try using request.querystring("Fieldname"
