Click here to Skip to main content
15,891,657 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
I try to make a multitab webbrowser with c#.
The links are set for browser at start. When i try to redirect one of the link to another page, my browser still continues to navigate old page. I try it on normal IE browser and it navigates new page but my application doesn't notice that link is changed. When i delete all cookies it looks ok but i don't wanna delete all cookies. How IE handle this?


I try to navigate this:

_webbrowser.Navigate("http://clixtrac.com/goto/?50239");

and it is directed to www.google.com

then i change direction of my clixtrac link to www.yahoo.com

but it stills goes to "www.google.com"

When i try to navigate link with Internet Explorer it navigates to right one, "www.yahoo.com"

After i clean cookies, there is no problem my webbrowser goes to "www.yahoo.com"

I want to set my webbrowser to check this link updated or not.

Regards.
Posted
Updated 31-Aug-11 23:43pm
v2
Comments
DaveAuld 1-Sep-11 4:19am    
And what is your code?

1 solution

0) What happens if you navigate to a completely different page, and then navigate to your changed page?

1) Could you archive the cookies, clear the cache, and then restore the cookies?
 
Share this answer
 
Comments
emrea 1-Sep-11 6:58am    
0) Yes i tried it, i restarted application etc. still navigating old one. Even if i try to navigate with browser of Visual Studio still goes to old page.

1) I'll try it. But i can't understand why is it not occured in internet explorer? Aren't they use same cookies?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900