|
-
Feb 8th, 2010, 01:24 AM
#1
Thread Starter
Junior Member
[RESOLVED] Submit HTML form in VB
Hello All, I am new to VB. I just want a program compiled in Visual Basic 2008 or VB6 portable. which can just submit a form of only one field, i don't want to go to that url every time to do so.
What I want here, just to open exe, fill that field and submit. can anyone describe in detailed step by step? or just write the complete code.
the HTML code for that form is <form name='enterMsisdn' action='http://www.target.com/authenticate.jsp' method='post'>
<textarea name='msisdn' rows='1' cols='10'></textarea>
<input type='submit' name='submit' value='Add Comment'>
</form>
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
|