Skip to content

Instantly share code, notes, and snippets.

@lindenb
Created August 6, 2010 09:10
Show Gist options
  • Save lindenb/511077 to your computer and use it in GitHub Desktop.
Save lindenb/511077 to your computer and use it in GitHub Desktop.
<html><body><div>
<!--
submitting a default content for a new page in mediawiki
-->
<form method="POST" action="http://en.wikipedia.org/w/index.php">
title:<input name="title" value="This is another test"/><br/>
<input type="hidden" name="action" value="edit"/>
<textarea name="wpTextbox1">
this is the default content
</textarea>
<input type="submit"/>
</form>
</div></body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment