Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

using inet to post to router

Status
Not open for further replies.

fenris

Programmer
May 20, 1999
824
CA
I am using an inet control to try and retrieve the logs from my router (dlink di-704). The router can be accessed by a standard web browser. Below is the code that excutes when the form button is clicked in the browser.

I can use an Inet1.execute statement, but I don' know how to format the post command

Inet1.execute &quot; <=I don't know what to put here....

any help will be appreciated...


'===================
'form code

<FORM ACTION=/cgi-bin/logi METHOD=POST NAME=LOGIN>
<INPUT TYPE=HIDDEN VALUE=&quot;@D&quot; NAME=RC>
<INPUT TYPE=HIDDEN VALUE=&quot;root&quot; NAME=ACCT>
<INPUT TYPE=HIDDEN VALUE=&quot;02:10:55 (S=00:00:00,P=0)&quot; NAME=PSWD>
<font size=&quot;+2&quot;>System Password</font>&nbsp;
<INPUT TYPE=PASSWORD NAME=URL SIZE=9 MAXLENGTH=9><INPUT TYPE=HIDDEN VALUE=&quot;3A2D.36D6.3AB5/02D9+ADB0@Winnie 193s&quot; NAME=KEY><INPUT TYPE=HIDDEN VALUE=&quot;2.56 build 20&quot; NAME=htm>
<INPUT TYPE=SUBMIT VALUE=&quot;Log in&quot;></FORM> Troy Williams B.Eng.
fenris@hotmail.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top