问题描述
分级下拉列表就是论坛里面发帖的时候“选择论坛”的这个功能怎么都不能把表单数据传递到下一个页面怎么解决啊???????????????????????????
解决方案
解决方案二:
贴出你的代码。。
解决方案三:
对不起额小弟今天第一次来csdn怎么老是有非法词组?
解决方案四:
引用楼主ppq3355的回复:
分级下拉列表就是论坛里面发帖的时候“选择论坛”的这个功能怎么都不能把表单数据传递到下一个页面
什么意思?代码呢,,
解决方案五:
functionselect(){with(document.creator.fenlei){varloca2=options[selectedIndex].value;}for(i=0;i<where.length;i++){if(where[i].loca==loca2){loca3=(where[i].locacity).split("|");for(j=0;j<loca3.length;j++){with(document.creator.jiangxiang){length=loca3.length;options[j].text=loca3[j];options[j].value=loca3[j];varloca4=options[selectedIndex].value;}}break;}}document.creator.newlocation.value=loca4;}functioninit(){with(document.creator.fenlei){length=where.length;for(k=0;k<where.length;k++){options[k].text=where[k].loca;options[k].value=where[k].loca;}options[selectedIndex].text=where[0].loca;options[selectedIndex].value=where[0].loca;}with(document.creator.jiangxiang){loca3=(where[0].locacity).split("|");length=loca3.length;for(l=0;l<length;l++){options[l].text=loca3[l];options[l].value=loca3[l];}options[selectedIndex].text=loca3[0];options[selectedIndex].value=loca3[0];}}
解决方案六:
在提交前将form表单中的变量和值放到url中或者cookie中在下一个页面处理url或者cookie就行了
解决方案七:
就是两个下拉列表一个onchange另外一个的option就改变了功能可以实现但就是不能把获得的值传递到下一个页面
解决方案八:
那要怎么做呢还是用javascript实现?引用4楼ppq3355的回复:
functionselect(){with(document.creator.fenlei){varloca2=options[selectedIndex].value;}for(i=0;i<where.length;i++){if(where[i].loca==loca2){loca3=(wh……