こんにちは私はその中のFacebookのようなボタンをクリックした後にdivを削除しようとしましたが、ここでそれを行うことは私のコードです
<div onclick="this.parentNode.parentNode.removeChild(this.parentNode);">
<iframe id='theiframe' scrolling='no' frameBorder='0' allowTransparency='true' src='http://www.facebook.com/widgets/like.php?href="www.facebook.com/makestream"&layout=standard&show_faces=true&width=53&action=like&colorscheme=light&height=80' style='width:53px;height:23px;overflow:hidden;border:0;opacity:"0.8";filter:alpha(opacity="0.8");'></iframe>
</div>
Facebookの「いいね!」ボタンをクリックした後にdivまたはifremeを削除する方法はありますか?