
July 29th, 2003, 05:50 PM
|
|
Junior Member
|
|
Join Date: Jul 2003
Location: Chicago
Posts: 7
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Fill in online forms through vb.net
im trying to fill in an online form through vb.net. what i was trying to do was use a lnk lbl to link to the site, and use the following code to send the info, but this, however, did not work, any suggestions on how to accomplish this?
Code:
http://www.site.com/info.phtml?old_password=" + oldpass + "&new_password=" + newpass + "&confirm_password=" + newpass + "&email=" + email + "")
i have all the variables declared correctly, and it goes to the site correctly, it just doesn't change the info.
this is not to use for illegal use, it is for my personal use to quickly change my password and e-mail for sites i got to often.
|