f8g

2011-05-23から1日間の記事一覧

ポップアップブロック

下の二つはブラウザによって動作が違うみたいというお話でした。 button.onclick = function(){ window.open(url); }; button.onclick = function(){ setTimeout(function(){ window.open(url); }, 1); }; http://arikui.github.com/js/popupblock.html <html> <head> <title>te</title></head></html>…