62,244
社区成员




function qu()
{
if(document.getElementById('TextBox5').value==''||document.getElementById('TextBox5').value==null)
{}
else
{
if(confirm(document.getElementById('TextBox5').value+'確定嗎?'))
{
return true;
}
else
{
window.location.reload();
return false
}
}
}