本文介绍了如何将所选值从下拉菜单传递到下一页的另一个下拉菜单的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有一个表单,当用户从下拉菜单中选择值时,它可以将它们定向到另一个页面.但是在下一页中,我希望将所选值传递给另一个下拉列表.
例如:用户选择国家/地区;然后直接转到下一个页面,其中已经有一个下拉菜单选择了国家/地区值.那么只有他们才能进行下一个过程...
注意:(下拉列表中的列表项与第一个列表相同)
希望任何人都能帮助我.
解决方案
Hi,
i have a form when user select value from dropdown it can direct them to another page.but in the next page i want the selected value to be pass to another dropdown.
for instance: user select country;then go straight to next page where there is a dropdown already selected the country value. then only they can do the next process...
note:(listitem in dropdown is same with the 1st)
hope anyone can help me.
thanks.
解决方案
这篇关于如何将所选值从下拉菜单传递到下一页的另一个下拉菜单的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!