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>