
01-14-2012, 02:30 PM
|
|
Newcomer
|
|
Join Date: Sep 2009
Posts: 21
|
|
changing options in router by code
|
hello
I try to get items from my router like this
Code:
Set ie = CreateObject("InternetExplorer.Application")
ie.Navigate ("192.168.123.254")
when I try this:
txt=ie.document.body.innertext
txt = nothing
when I try this:
htm=ie.document.body.innerhtml
htm = some html but it different totally from the source page
How can I locate the innertext an innerhtml from my router like from other site?
|
|