62,253
社区成员
发帖
与我相关
我的任务
分享
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
}
}
}