﻿
function bianhua()
{
    document.getElementById('TextBox1').value="";
}
function chushi()
{
   if(document.getElementById('TextBox1'))
   {
    document.getElementById('TextBox1').onfocus=bianhua;
    }
}

window.onload=chushi;