1
Reply

Microsoft JScript runtime error: Object expected

Anand N

Anand N

Nov 22 2012 12:26 AM
3.8k
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)