html刷新页面后下拉列表没有被选中
我的下拉列表是下面的函数动态创建的functiongetequipment(bumenid){varobjsel=document.getElementById("sel...
我的下拉列表是下面的函数动态创建的
function getequipment(bumenid){
var objsel=document.getElementById("selectequipment");
var pcity;
objsel.options.length=0;
pcity=bumen[bumenid];
for(var i=0;i<pcity.length;i++){
objsel.options[i]=new Option(pcity[i],pcity[i]);}
}
就是页面提交后,怎样让这个下拉列表不变,显示之前我选中的 展开
function getequipment(bumenid){
var objsel=document.getElementById("selectequipment");
var pcity;
objsel.options.length=0;
pcity=bumen[bumenid];
for(var i=0;i<pcity.length;i++){
objsel.options[i]=new Option(pcity[i],pcity[i]);}
}
就是页面提交后,怎样让这个下拉列表不变,显示之前我选中的 展开
1个回答
2015-04-08
展开全部
提交之后是跳转到新页面么?如果是跳转的话,要把值传到新页面去。。
追问
就是提交到本页面,这是一个php页面
追答
动态创建的,应该把选中的值存下来,然后在创建的时候,给对应的option增加selected属性吧。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询