IWebBrowser2.Navigate problem...

  • Thread starter Thread starter Jochen Kalmbach
  • Start date Start date
J

Jochen Kalmbach

Hello,

I have a problem passing parameters in the "Navigate" method of
"IWebBrowser2".

I try to do an HTTP GET with the folloing URL:

file:://c:/test.htm?arg1=a&arg2=b

but IE replaces "&" with "%26":

file:://c:/test.htm?arg1=a%26arg2=b


So finally I am not able to parse the arguments in DHTML!!!

Is there any solution to this problem !?

Thanx for any comments!
 
Back
Top