<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title> New Document </title>
<meta name="Generator" content="EditPlus">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<script language="JavaScript">
<!--
function check()
{
event.srcElement.disabled = true;
alert('login');
event.srcElement.disabled = false;
}
//-->
</script>
</head><body>
<input type="button" value="login" onclick="check()">
</body>
</html>