'selectb.jsp?cid='+add.cid.value
'selectb.jsp?cid='+add.cid.options[add.cid.selectedIndex].value
'selectb.jsp?cid='+add.cid.options[add.cid.selectedIndex].innerText
前面两个应该符合