http://64.20.7.179:8080/Default?MAIN=ADMIN

I tried:

WebBrowser1.Document.All.GetElementsByName("Login")(0).InvokeMember("click")

still nothing

please help

Thanks

http://64.20.7.179:8080/Default?MAIN=ADMIN

I tried:

WebBrowser1.Document.All.GetElementsByName("Login")(0).InvokeMember("click")

still nothing

please help

Thanks

The problem is the Admin page actually made of two or more HTML DOM Object that is. You used Frameset. So When you call WebBrowser.Document.All it only work with the first DOM so the problem...

Use http://64.20.7.179:8080/TopAccess/Administrator/Login/Login.htm Instead of older one.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.