Hi
I could not find a asp department or section here so I
used this if anyone knows of an asp section please let me
know....
I have downloaded a component called aspTear which gets the
source code from a url and I chose this one...
Here is the code that retrieves it
<%
Const Request_POST = 1
Const Request_GET = 2
Set xobj = CreateObject("SOFTWING.ASPtear"
Response.ContentType = "text/html"
On Error Resume Next
' URL, action, payload, username, password
strRetval = xobj.Retrieve(" Request_POST, "test=wille", "", ""
If Err.Number <> 0 Then
Response.Write "<b>"
If Err.Number >= 400 Then
Response.Write "Server returned error: " & Err.Number
Else
Response.Write "Component/WinInet error: " & Err.Description
End If
Response.Write "</b>"
Response.End
End If
Response.Write strRetval
%>
Here is some info on the component
and here is some on the newest version but that version
is only in shareware and therefor not free.....
The problem is that I cannot be allowed to retrieve most pages
which I have tried. Lycos.dk work though.
How can I get allowed to do this ?
I get the error 405 a lot and here is the specification for it
Hope to hear from you soon.
iceyboo
I could not find a asp department or section here so I
used this if anyone knows of an asp section please let me
know....
I have downloaded a component called aspTear which gets the
source code from a url and I chose this one...
Here is the code that retrieves it
<%
Const Request_POST = 1
Const Request_GET = 2
Set xobj = CreateObject("SOFTWING.ASPtear"
Response.ContentType = "text/html"
On Error Resume Next
' URL, action, payload, username, password
strRetval = xobj.Retrieve(" Request_POST, "test=wille", "", ""
If Err.Number <> 0 Then
Response.Write "<b>"
If Err.Number >= 400 Then
Response.Write "Server returned error: " & Err.Number
Else
Response.Write "Component/WinInet error: " & Err.Description
End If
Response.Write "</b>"
Response.End
End If
Response.Write strRetval
%>
Here is some info on the component
and here is some on the newest version but that version
is only in shareware and therefor not free.....
The problem is that I cannot be allowed to retrieve most pages
which I have tried. Lycos.dk work though.
How can I get allowed to do this ?
I get the error 405 a lot and here is the specification for it
Hope to hear from you soon.
iceyboo