Skip to content

Instantly share code, notes, and snippets.

Created December 7, 2014 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/0b2b8e2075200cbcec42 to your computer and use it in GitHub Desktop.
Save anonymous/0b2b8e2075200cbcec42 to your computer and use it in GitHub Desktop.
<!-- http://okwave.jp/qa/q8849741.html -->
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<?php
echo '<form name="aaa" method="post" action="bbb.php">
<select name="ccc" onChange="document.forms[\'aaa\'].submit()" >
<option value="111">111</option>
<option value="222">222</option>
</select>
</form>';
?>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment