|
|
|
|
|
| | |
|
Active Server Pages ASP programs help tutorial tutorials routine routines jobs listserve mailinglist bulletin board bulletin boards programming snippet snippets CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Problem about "POST" |
From: |
Eric Lau |
Date: |
6/26/2003 8:53:42 PM |
IP: |
165.202.8.110 |
The task is as follws:
to create a asp file in a web-server as a interface for the IPphone and the internet. As IPphone can only have GET function ( that means it can't POST thing to the internet). The asp file's concept is that the file is firstly read the data sent by the IPphone and then encode them into html format and then POST them to the required website. However, i only know the following method to POST.
<FORM method="post" action="http://psts-shiu-wk/iptel/aspmailer.asp">
<input type="text" name="type" size="100" value=t>
<input type="submit">
</FORM>
However, it can't work in my case. as the ASP file should collect the data and then POST them to website automatically and without pressing any button.
Can anyone tell me if there exits a method to perform the above requitement??
i have read some books about asp and html but they didn't mention this.
|
Follow Up - Re: Problem about POST Method - prasanth 9/23/2003 7:00:34 AM
|
|

|
|
|
|
|
|
|
|
|
|