|
|
|
|
|
| | |
| |
Active Server Pages ASP control controls class classes module script Scripts applet 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|