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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top