|
-
Jun 11th, 2007, 05:19 PM
#1
Thread Starter
New Member
Router Programming
Hello,
I have a router that uses LocalIP 192.168.0.1
On the page that comes up it has to input boxes:
username and password
I would like to be able to write a program to be able to have it send the username and password to my router on the LocalIP.
The actual webpage info is:
<FORM METHOD="post" ACTION="login.cgi" ID="loginform" NAME="loginform">
<INPUT type="text" name="username" id="username" size ="40" maxlength="255" value="">
<INPUT type="text" name="password" id="password" size ="32" maxlength="32" value="">
<INPUT class=LINKBUTTON type="submit" value=" Connect "></FORM>
Lets say I want to Use the username Teacher (typed in a txtBox names txtUser) and the password GLUE (typed in a txtBox names txtPass)
How can I have my VB program send this information to the router (I guess via it's webpage interface) and submit and save this info to the router?
I do not want a visual web page to appear in my program (at least not to the user at runtime).
Please, I have not used VB (or programmed) since 2000, and I use to know all of this, but I only have need to program just for the purpose of managing my routers from a program versus having to do each router, plus I will also make a little pulldown menu to select the different routers and it will put the correct username and password for each router (once stored in my program) as needed, purely to save me time.
Any help is welcome and I thank all in advance. Take Care!!!!
Sincerely,
DJIce
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
|