Check

click="この中"

| | コメント(0) | トラックバック(0)
<input type="text" onchange="このなか">はこんな感じになっている
with (window) { // これはどこでも一緒だけど、念のため
    with (document) {
        with (this.form) {
            with (this) {
                このなか
            }
        }
    }
}
つまり、<a href="#" click="alert(getElementById('id'))">とかできる。
(非推奨)
あと、$('form :input[name="window"]')があると
window.openとかが呼べなくなる。
(「this.form.window.open」になるので)

トラックバック(0)

このブログ記事を参照しているブログ一覧: click="この中"

このブログ記事に対するトラックバックURL: http://0-9.sakura.ne.jp/mt/mt-tb.cgi/531

コメントする