selectオプションは、ページ更新時にデフォルトに戻りません.
756 ワード
function saveSelectIndex(){
var typeId=document.getElementById("typeId");
var typeIdText=typeId.options[typeId.selectedIndex].value;
document.cookie="typeIdText="+typeIdText;
}
function selectIndex(){
var typeIdText=0;
coosStr=document.cookie;
var coos=coosStr.split("; ");
for(var i=0;i
// selectIndex()
//select onchange saveSelectIndex()
//typeId select id