Created
February 15, 2014 22:46
-
-
Save seriwb/9026274 to your computer and use it in GitHub Desktop.
IEのアドレスバーからJavaScriptを実行するためのサンプル
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){alert("hoge".length);})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
IE8からJavaScriptのコードをアドレスバーに張り付けると「javascript:」の部分が自動で消えるので、ここは手動で入力する必要がある。