Results 1 to 5 of 5

Thread: Web page navigation

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2008
    Posts
    268

    Web page navigation

    Hi all,

    I created a form with a web browser, from that web browser i need to know how many pages navigation done in it.


    How to identify each navigation on the web browser which one available in the application.

    I hope some one have answer for this. Let me know that....

    Thanks.....

  2. #2
    PowerPoster
    Join Date
    Nov 2002
    Location
    Manila
    Posts
    7,629

    Re: Web page navigation

    Your previous thread http://www.vbforums.com/showthread.php?t=528073

    Do you t have access to server side source code?

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2008
    Posts
    268

    Re: Web page navigation

    Hi Leinad31,

    No i dont have access for the server side code. why? i dont know why you asking this. simply i want to count from the google home page to all the pages which are searched and browsed by me in the google.


    I think you have idea in it, let me have it.

  4. #4
    PowerPoster
    Join Date
    Jan 2008
    Posts
    11,074

    Re: Web page navigation

    Assuming you are using WebBrowser control then

    WebBrowser1.LocationName = Same as Titlebar
    WebBrowser1.LocationURL = Current URL you are at.

    Everytime you go to a different page you can get the info from above two properties and save them in a array of some sort along with a count value.

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2008
    Posts
    268

    Re: Web page navigation

    Hi Jmsrickland,

    Ya i'm trying to do it, but how can i store it in a array that is how many pages navigated by me.... can you give me a idea for it.

    Thanks,

Posting Permissions

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



Click Here to Expand Forum to Full Width