Problem with images in IE7
Problem is my page contains images also which don't appear in IE7. I can see the images in IE6. These images are pesent on my local drive. When i right click on the image it shows the URL of that site and not of my local drive.
Example:
Suppose the site is 'http://www.mysite.com'
In navigate complete I write my own page. In that page path of image is 'file://c:\myimage.gif'
but in ie7 when i right click on the image i get Address URL as 'http://www.mysite.com/myimage.gif'.
Same code works properly on IE6
I have read about IHTMLLocation. How can I change the url of the current document. I have tried using IHTMLDocument->puturl but its not working.

