Webbrowser
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Dear all, I'm using two web browsers one has a url to a document the other edits one of the first browser element then I replace the inner html of that element by the edited one the problen is that when replacing the inner html the path of the images changes to be the full image path instead of being like this "../images/Logo.gif" although this is the form of the path in the second browser. I want to know how can I keep the path in the short mode between the replace operation? Thanks.
Dad