Logging to a website

Fremus

Active member
Joined
Jun 9, 2007
Messages
42
Programming Experience
Beginner
hi all

well, i was wondering is it possible to perform the following steps using vb.net:

This is a registered website were the user can send sms's to mobile phone users.

  1. Login into a website (using login and password)
  2. Go to a particualt section of the website (defined URL)
  3. Fill the textboxes with the desired text and stuff.. (the message and the phone number)
  4. press the submit button
  5. message is sent

is there a way of doing the above in vb.net or any other .net technologies?

Thanks in advance and submitting ure thoughts would be great! :)

Fremus
 
Erm..

You'll need to know the Field Name for the Username & Password, just check the sauce of the page.
 
hmmm thanks

yep i found them but what do i do now?

I was wondering..would it be possible to enter the information by recognising what "TAB" number it is..

example:"

when u press tab the username textbox will focus.
another tab wll focus the password text box etc...
 
Back
Top