想做个发货功能,一次要输1000多个快递单号,请各位给个思路

WBOY
Release: 2016-06-23 14:13:43
Original
1334 people have browsed it

想做个发货功能,一次要输1000多个快递单号,请各位大大给个思路

我就是想显示的每条记录加一个列表框(选择快递公司)和一个输入框(输入快递单号)

问题一:这种情况一般用POST传递吗?

问题二:列表框和输入框name怎么取名呢?怎么相应的记录联系起来呢?

我是勾选复选框,点发货就把快递公司和快递单号存入到数据库。


回复讨论(解决方案)

名字后面加[]就可以了
比如

1、用post 合适
2、输入框name用数组即可。比如 name="id[]"

还有一个问题,请问在输快递单号的时候,怎么按回车按跳到下一个文本框输入????

一般来说转换焦点用TAB键比较多,只要在表单控件上设置好 tabindex属性就可以了。
如果你确定要用回车键的话,在对应文本框上设置好keyDown或者keypress事件,自己写函数判断是否按下回车键,然后焦点移动到下一个输入框

tabinex属性,我从1开始循环设置,但结果按tab还是没有发顺序来

如果是这样,为什么不选择上传文件呢?

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
Popular Tutorials
More>
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!