﻿function cancle()
{ 
    try
    {
        $get("Login1_UserName").value="";
        $get("Login1_Password").value="";
    }
    catch(e)
    {

    }
}
function GetCode()
{
    $get("imgCode").src = "Supply/ValidateCode.aspx?"+Math.random();
}
