Can I call a Javascript function using a BHO
- From: "Angus" <nospam@xxxxxxxxx>
- Date: Tue, 13 Mar 2007 10:15:43 -0000
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
.
- Follow-Ups:
- Re: Can I call a Javascript function using a BHO
- From: Igor Tandetnik
- Re: Can I call a Javascript function using a BHO
- Prev by Date: IE Navigate problems with redirecting web page
- Next by Date: Re: WebBrowser Control and IFrame elements
- Previous by thread: IE Navigate problems with redirecting web page
- Next by thread: Re: Can I call a Javascript function using a BHO
- Index(es):
Relevant Pages
|
|