Quantcast
Channel: Internet Explorer Web Development forum
Viewing all articles
Browse latest Browse all 3527

IE Extension using VC++

$
0
0

Trying to develop an IE Toolbar extension using VC++ (ATL) to type in the username and password based on a custom event. Not sure how can the extension code listen for a custom event. 

I want to create and fire an event LaunchURL (something like below)and handle it in the extension code. 

var t = document.createEvent("Event");
t.initEvent("LaunchURL", true, true);
document.dispatchEvent(t);

Looking for some pointers to achieve this. Appreciate any help in this regard.

Thanks in advance,
Shan


Viewing all articles
Browse latest Browse all 3527

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>