9
9icj4u613jeqrx8
Hi,
I need some help with IE browser programming (in .NET).
I'm trying to add a button to the IE toolbar, and on the click of the
button open a popup window with a remote URL. Secondly, I'm trying to
highlight certain predefined words on particular web sites through the
IE plugin itself.
To add an IE button, I've found this neat article:
http://www.codeproject.com/useritems/CorKatIEExtension.asp
But I'm stuck with two things:
1. How to open a popup window (IE instance) on the click of the
button? The article above doesn't mention it.
2. How can I include some JavaScript code in the "plugin", so that it
executes some JavaScript code on particular pages (much like the
Greasemonkey extension for Firefox)? I'm aware of a few such tools for
IE (Turnabout, G4IE etc.) which provide Greasemonkey-like
functionality, but I want to build a stand-alone plugin (without any
additional downloads) for the end-user.
Please suggest some ideas on how I can resolve the above two issues.
Thanks in advance!
I need some help with IE browser programming (in .NET).
I'm trying to add a button to the IE toolbar, and on the click of the
button open a popup window with a remote URL. Secondly, I'm trying to
highlight certain predefined words on particular web sites through the
IE plugin itself.
To add an IE button, I've found this neat article:
http://www.codeproject.com/useritems/CorKatIEExtension.asp
But I'm stuck with two things:
1. How to open a popup window (IE instance) on the click of the
button? The article above doesn't mention it.
2. How can I include some JavaScript code in the "plugin", so that it
executes some JavaScript code on particular pages (much like the
Greasemonkey extension for Firefox)? I'm aware of a few such tools for
IE (Turnabout, G4IE etc.) which provide Greasemonkey-like
functionality, but I want to build a stand-alone plugin (without any
additional downloads) for the end-user.
Please suggest some ideas on how I can resolve the above two issues.
Thanks in advance!