home > onPressとonRelease

onPressとonRelease

October 29, 2007

ボタンの設定で僕はよくonPressを使うんですが、onPressだとgetURL("http://sample.com","_blank");でページを開く時に、WinのFirefoxでポップアップウィンドウブロックの警告が出るようです。

samplebtn.onPress = function(){
 getURL("http://sample.com","_blank");
}
では警告が出る。

onReleaseでは出ないようです。

samplebtn.onRelease = function(){

getURL("http://sample.com","_blank");

}

知らなんだ。



ブックマークする hatena del.ico.us


Comments

Post a Comment






Remember personal info