如何把select下拉框的值传到id中实现代码_HTML/Xhtml_网页制作

WBOY
Release: 2016-05-16 16:40:48
Original
3431 people have browsed it
完整的代码如下
HTML code:

复制代码
代码如下:








  • 全选

  • 商品

  • 返积分

  • 数量

  • 单价

  • 总价





  • 如何把select下拉框的值传到id中实现代码_HTML/Xhtml_网页制作

    $rs[title]

    $rs[content]


  • 0分

  • {$rs[num]}

  • {$rs[price]}
  • {$rs[price2]}





    运送方式:





    店铺商品合计:
    (含运费)$total




    卖家:{$rs[username]}


    给卖家留言:






    商品总价:(含运费) $total_all






实付款:

$total_ll

$total

{$address_selects}






删除











想要的效果是
当我选择ems20运费时,在运送方式中点击下拉框中的运费时那么就用 店铺合计总价+ 20元 当我点击平邮50元时,店铺合计总价+ 50元.
我说的要二个地方显示,是因为他如果存在二个不同的商家的商品时,会有二个商家合起来的总价和 商家商品本身的总价。
解决方法如下

复制代码
代码如下:



对name=”postdb[youfei]“属性进行操作,在action中设置名为postdb[youfei]的参数,即:private String postdb[youfei],然后生成get/set方法,就可以取到值了!
Related labels:
id
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!