Anand N

Anand N

  • NA
  • 19
  • 30.6k

Microsoft JScript runtime error: Object expected

Nov 22 2012 12:26 AM
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()"/>

Answers (1)