|
|
|
|
|
| | |
|
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Problem about POST Method |
From: |
prasanth |
Date: |
9/23/2003 7:00:34 AM |
IP: |
202.88.232.185 |
Instead of submitting the page you can redirect to the required page and the data passed as querystrings like
Response.Redirect "http://psts-shiu-wk/iptel/aspmailer.asp?type=1"
And in that page you can get the value by Request("type"). This will get you the posted as well as the querystring values.
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|