Can I call a Javascript function using a BHO



Hello

I am writing a BHO to automate some web processes. I want to call a
javascript function. Reason is the web page I want to open is not viewable
on the web page I am automating. There is no link to it.

If I click on the links that are on the page you see this sort of thing:

javascript:OpenWindow("servername","Form_to_Open",2,1);

Can I call this javascript function using the browser object model? If so
how? Any direction would be much appreciated.

If I substitute the above javascript for:

javascript:OpenWindow("servername","Another_Form_to_Open",2,1);

Then should that work too?

Angus


.



Relevant Pages

  • Can I call a Javascript function using a BHO
    ... I am writing a BHO to automate some web processes. ... Reason is the web page I want to open is not viewable ... Can I call this javascript function using the browser object model? ...
    (microsoft.public.vc.atl)
  • Re: Can I call a Javascript function using a BHO
    ... Substitute your own method name. ... I am writing a BHO to automate some web processes. ... Can I call this javascript function using the browser object model? ...
    (microsoft.public.inetsdk.programming.webbrowser_ctl)
  • Re: How to follow a Java script link
    ... SUS> follow_link (this one does not work for the same reason presented before) and ... SUS> on this reference ... how to javascript function create URL (where are ...
    (perl.beginners)