2008-09-08から1日間の記事一覧

IEのsetAttributeでハマた

設定方法(Firefox, Opera, Safariの場合) var anchor = document.createElement('a'); anchor.innerHTML = 'hagehage'; anchor.setAttribute('onmouseover', 'alert("hoge")'); document.body.appendChild(anchor); 設定方法(Firefox, IEの場合) var anchor …

Live MessengerをPerlで使うAPIとかないのかな

http://bot-depot.com/ 上記のサイトでMSN.pmというモジュールがあるので、ダウソして使用しよーとしてみたら Authentication Error: No response from Passport server とかでてログインできないー。http://www.bot-depot.com/about5892.html あとpingも送信…