Microsoft JScript runtime error: Object expected
Hi All,
While running this code i am getting error as "Microsoft JScript runtime error: Object expected"
please help me what is wrong here
<head>
<script language="javascript" type="text/javascript">
function validation() {
alert("hi")
}</script>
</head>
<input id="Text1" type="text" onkeyup="validate()"/>