zoukankan      html  css  js  c++  java
  • CI 自动提交表单

    //coontrol

     $this->load->view ( '/' . $this->index_lang ['FOLDER'] . '/eprepag_form.php', $params);

    //view 

    //eprepag_form.php

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>eprepag</title>

    <script>

    </script>


    </head>
    <body onload="document.billing.submit()">
    <form name="billing" id="billing" action="<?php echo $form_url?>" method="post" >
    <input type="hidden" name="store_id" id = "store_id" value="<?php echo $store_id ?>">
    <input type="hidden" name="currency_code" id = "currency_code" value="<?php echo $currency_code?>">
    <input type="hidden" name="order_id" id="order_id" value="<?php echo $order_id?>">
    <input type="hidden" name="order_description" id="order_description" value="<?php echo $order_description?>">
    <input type="hidden" name="amount" id="amount" value="<?php echo $amount?>">
    <input type="hidden" name="product_id" id="product_id" value="<?php echo $product_id?>">
    <input type="hidden" name="client_id" id="client_id" value="<?php echo $client_id ?>">
    <input type="hidden" name="client_email" id="client_email" value="<?php echo $client_email?>">
    </form>
    </body>>
    </html>

    自由之思想,独立之意志
  • 相关阅读:
    CI持续集成系统环境--Gitlab+Gerrit+Jenkins完整对接
    解惑|你是否为容器监控操碎了心?
    4 使用smartcar进行仿真
    1 简单的ROS机器人仿真
    1 rbx1 Kinetic 安装和测试
    2020.4.13 Resources
    2. dwa_local_planner_params.yaml 参数意义
    robotics
    PCL 点云处理
    C++异常处理解析
  • 原文地址:https://www.cnblogs.com/barfoo/p/3915196.html
Copyright © 2011-2022 走看看