I have a problem with tweet button event (Internet Explorer only, works great with other). After “tweet” in the pop-up window it should send a form on the main page, but it seems that IE (tested only on IE 8) doesn’t recognize this function at all (whether it’s a problem with child window event listening, browser code recognition or something else). Any ideas, alternative moves, fixes?
twttr.events.bind('tweet', function(event) {
document.forms.form1.submit();
});