Start javascript category

This commit is contained in:
Neale Pickett 2011-02-21 22:28:49 -07:00
parent 7f2c85310a
commit 6e0c9982f9
13 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<script type="text/javascript">
window.onload = function () {
e = document.getElementById("answer");
e.innerHTML = "redecorates hugged";
}
</script>
The answer for this page is: <span id="answer"></span>

View File

@ -0,0 +1 @@
redecorates hugged

View File

@ -0,0 +1 @@
Enable javascript in browser

View File

@ -0,0 +1,8 @@
<script type="text/javascript">
window.onload = function () {
e = document.getElementById("answer");
e.innerHTML = "greedy carpels";
location.replace("../1/index.html");
}
</script>
The answer for this page is: <span id="answer"></span>

View File

@ -0,0 +1 @@
greedy carpels

View File

@ -0,0 +1 @@
Examine source to page

View File

@ -0,0 +1,8 @@
<script type="text/javascript">
window.onload = function () {
e = document.getElementById("answer");
e.innerHTML = unescape("%62%65%74%72%61%79%65%72%20%6d%75%6e%69%66%69%63%65%6e%63%65");
location.replace("../1/index.html");
}
</script>
The answer for this page is: <span id="answer"></span>

View File

@ -0,0 +1 @@
betrayer munificence

View File

@ -0,0 +1 @@
URL-escaped key with JS redirect: remove redirect or decode externally

View File

@ -0,0 +1,6 @@
<script type="text/javascript">
window.onload = function () {
eval(unescape("%65%20%3d%20%64%6f%63%75%6d%65%6e%74%2e%67%65%74%45%6c%65%6d%65%6e%74%42%79%49%64%28%22%61%6e%73%77%65%72%22%29%3b%65%2e%69%6e%6e%65%72%48%54%4d%4c%20%3d%20%22%74%61%6c%6c%79%69%6e%67%20%6e%6f%69%73%65%6d%61%6b%65%72%73%22%3b%6c%6f%63%61%74%69%6f%6e%2e%72%65%70%6c%61%63%65%28%22%2e%2e%2f%31%2f%69%6e%64%65%78%2e%68%74%6d%6c%22%29%3b"));
}
</script>
The answer for this page is: <span id="answer"></span>

View File

@ -0,0 +1 @@
tallying noisemakers

View File

@ -0,0 +1 @@
First use of eval

View File

@ -0,0 +1 @@
$(eval $(call STANDARD_PUZZLE, javascript))