User Profile

Collapse

Profile Sidebar

Collapse
asibin2000
asibin2000
Last Activity: Jan 16 '08, 10:13 PM
Joined: Jan 5 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Here is just a sample code:

    So if you go to a site like www.ogame.org (just an example that someone else posted), you have the username / password input elements encapsulated within frame(0).

    Code:
    Dim HTMLDoc As mshtml.HTMLDocument
    
     
    
            HTMLDoc = WebBrowser1.Document
    
            'select the inner frame
    
            Dim f1 As mshtml.IHTMLWindow2 = CType(HTMLDoc.frames.item(0),
    ...
    See more | Go to post

    Leave a comment:


  • VB.net htmlDocument automate element within a FRAME

    I'm having problems with a VB.NET application.

    We have multiple web applications and we are using a VB.NET program to do a sort of Single Sign On. So this works great, the system automatically finds the element <input name = "user" etc..> and <input name = "password" etc.> and we use the click() command on an image to login.

    One of the web applications uses complex javascript / ajax -...
    See more | Go to post
No activity results to display
Show More
Working...