function getid(obj){obj.style.backgroundColor="yellow";var finaltime=time;document.getElementById("txt2").value=finaltime;}
<table><br>
td bgcolor="green" onclick="getid(this)" 8-9 <br>
td bgcolor="green" onclick="getid(this)" 9-10 <br>
td bgcolor="green" onclick="getid(this)" 10-11 <br>
</table >
form action="member.php" method="post"
//我要将选中的'td'值post到数据库中,保持选中的td的bgcolor为黄色"
input type="submit" name="submit" value= “确认”