M
mdb
I have an application with a windows form that I am currently embedding an
AxWebBrowser object on so that I can have it navigate to a web page. This
web page contains simple javascript code which takes two parameters that I
pass to it via the URL, and opens a new window with varying characteristics
(eg size, toolbar visibility, etc) depending on the data that I pass it.
However, the AxWebBrowser places an enormous load on the memory - its
footprint runs about 8Meg I think. I'd like to be able to just read the
javascript that is returned by the (ASP) web page and let it do its thing
directly.
Any suggestions on how I can parse the javascript to allow it to work
without having to write a javascript parser? Alternatively, any better way
to include a slimmed-down browser??
Thanks!
-mdb
AxWebBrowser object on so that I can have it navigate to a web page. This
web page contains simple javascript code which takes two parameters that I
pass to it via the URL, and opens a new window with varying characteristics
(eg size, toolbar visibility, etc) depending on the data that I pass it.
However, the AxWebBrowser places an enormous load on the memory - its
footprint runs about 8Meg I think. I'd like to be able to just read the
javascript that is returned by the (ASP) web page and let it do its thing
directly.
Any suggestions on how I can parse the javascript to allow it to work
without having to write a javascript parser? Alternatively, any better way
to include a slimmed-down browser??
Thanks!
-mdb