<form method="post" action="" target="_blank">

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <title> target_blank.php </title>
  <meta charset="UTF-8">
  <meta name="Author" content="">
  <meta name="Keywords" content="">
  <meta name="Description" content="">
 </head>

 <body>
<form method="post" action="" target="_blank">
	<input type="hidden" name="ttt" value="yyy">
	<input type="submit">
</form>

<?php
var_dump($_POST);
?>
 </body>
</html>

 

posted @ 2017-10-06 20:55  sky20080101  阅读(166)  评论(0)    收藏  举报