|
-
Nov 20th, 1999, 06:49 PM
#1
Thread Starter
Junior Member
Using the Inet component, we can issue the HTTP commands and recieve the contents. Is there a way to submit an HTML form using Visual Basic? That means if there is an HTML form for login requiring username and password, I should be able to log in using the Inet component.
Thanx.
-
Nov 21st, 1999, 03:49 AM
#2
Hyperactive Member
Well, if you are using the GET method, then you can just use: http://my.domain.com/login.pl?username=username... etc. It is simple to figure it out. However, to use the POST method, then you might have to use Winsock and enter the form data via STDIN. Please be minded, that a lot of programs on the internet, especially the ones made with PERL, have REMOTE_HOST checking, so if the form wasn't submitted with on the same server, then you will have a problem.
Just some things to keep in mind. If anything else, just let me know.
------------------
Tom Young, 14 Year Old
[email protected]
ICQ: 15743470 Add Me ICQ Me
AIM: TomY10
PERL, JavaScript and VB Programmer
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|