http://www.w3.org/1999/xhtml" >
First
http://www.w3.org/1999/xhtml" >
第二個標題>
頭>
函數 closeDiag()
{
window.opener=null;
window.close();
}
函數OK()
{
var Value=document.getElementsByName("myRadio");
for(var i=0;i
{
if(Value[i].checked)
{
window.returnValue = Value[i].value;
window.close();
}
其他
{
document.getElementById("Lab_Info").innerText="沒有選取項,請選擇!";
}
}
}
腳本>