+ Reply to Thread
Results 1 to 4 of 4

VBA automation - what kind of website is this?

  1. #1
    Registered User
    Join Date
    07-13-2006
    Location
    Rawanda
    MS-Off Ver
    Excel 2003 SP3
    Posts
    15

    VBA automation - what kind of website is this?

    Hi

    I am trying to automate the tasks I do on a website using VBA. The site needs its users to login using a pair of username and password. I am not sure how I can go about automating my tasks here because,

    1. Unlike other sites I have worked before, this site’s address bar keeps showing the same address, even when I navigate through different pages of the site. For example, the address bar keeps showing something like http://www.XYZfinancials.com/v-hom.asp ( a fake address) .
    Therefore I am not able to use the typical ObjIE.navigate
    method to navigate using VBA.

    2. When I hover the mouse pointer on certain links on a page it at the bottom of the page it shows something like:

    Please Login or Register  to view this content.
    Why is this website different than a typical website?


    Thanks,

    MG.[/SIZE]
    Last edited by shg; 11-01-2009 at 11:45 PM.

  2. #2
    Registered User
    Join Date
    07-13-2006
    Location
    Rawanda
    MS-Off Ver
    Excel 2003 SP3
    Posts
    15

    Re: VBA automation - what kind of website is this?

    yayahoho,

    Thanks. What do I need to do to automate my tasks on this website?

    MG.

  3. #3
    Valued Forum Contributor
    Join Date
    05-21-2009
    Location
    Great Britain
    MS-Off Ver
    Excel 2003
    Posts
    550

    Re: VBA automation - what kind of website is this?

    Without knowing the exact URL of the site or seeing the HTML surrounding your Javascript extract, it's difficult to help. However, as a guess you would probably use the HTML Object Library to find a suitable HTML element near the Javascript and execute the Javascript to effectively click the link. I haven't done this myself, so don't know if it's even possible.

  4. #4
    Registered User
    Join Date
    07-13-2006
    Location
    Rawanda
    MS-Off Ver
    Excel 2003 SP3
    Posts
    15

    Re: VBA automation - what kind of website is this?

    Chippy,

    Thanks. The actual website is http://www.thomsononeim.com/v-hom.asp.

    I don't want to share the username and password here, but I can send them to you in a private message (using this formum). Is that okey?

    Thanks,

    MG.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1