|
-
Jun 27th, 2008, 01:28 AM
#1
Thread Starter
Hyperactive Member
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.....
-
Jun 27th, 2008, 03:05 AM
#2
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?
-
Jun 27th, 2008, 08:06 AM
#3
Thread Starter
Hyperactive Member
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.
-
Jun 27th, 2008, 05:19 PM
#4
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.
-
Jun 29th, 2008, 02:09 AM
#5
Thread Starter
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|