<?php var_dump($_REQUEST); ?>
<form action="" id="javascript_page">
SHOP-ASIN <input type="text" name="shopasin">
<button type="submit" name="whelp2017" value="whelp2017" >whelp2017-2016</button>
</form> <div onclick="w()">w_pagination</div>
<script>
function w() {
document.getElementById('javascript_page').submit();
}
</script>
<?php var_dump($_REQUEST); ?>
<form action="" id="javascript_page">
SHOP-ASIN <input type="text" name="shopasin">
<input type="submit" name="whelp2017" value="whelp2017">
</form> <div onclick="w()">w_pagination</div>
<script>
function w() {
document.getElementById('javascript_page').submit();
}
</script>

//array(2) { ["shopasin"]=> string(3) "www" ["whelp2017"]=> string(9) "whelp2017" }

//array(1) { ["shopasin"]=> string(4) "w123" }

最新文章

  1. cant create oci environment
  2. Oracle 语法
  3. SQL Split
  4. Debian 8(Jessie) 安装自带Mysql
  5. PHP 下的SSL加密设置
  6. Flex设置外部浏览器
  7. c &amp; c++中static的总结
  8. 通过strace 监控 fdatasync
  9. javascript类型转换、运算符、语句
  10. redhat nginx 启动脚本
  11. django学习——基础
  12. ubuntu 安装chrome浏览器
  13. 写入soap消息以及与soap消息通信
  14. Boost Coroutine2 - stackful coroutine简介
  15. SIFT解析(二)特征点位置确定
  16. creator Box2d的相关物理问题
  17. Linux df -h空间显示不正确
  18. MS-DOS 6.22 +Vim+masm 汇编环境
  19. ES6笔记
  20. linux go环境安装和基本项目结构

热门文章

  1. LogCat大量Unexpected value from nativeGetEnabledTags: 0
  2. asp.net mvc中加入log4net记录错误日志
  3. c++ template&lt;typename T&gt;
  4. 怎么让Word编辑公式又快又好
  5. windows上SVN图标不显示
  6. ADO.net方法
  7. wm_concat函数 用法
  8. POJ 1655 Balancing Act(求树的重心--树形DP)
  9. ios开发之 -- 自动轮播图创建
  10. mongoDB在windows64上安装