Trying to call an alert ...The code which I wrote on html web resource is
<HTML><HEAD>
<script src="ClientGlobalContext.js.aspx"></script>
<script type="text/javascript" src="new_jquery_1.7.2.min" />
<script type="text/javascript">
function hello() { alert("hi"); }
</SCRIPT>
</HEAD>
<BODY>hello</BODY></HTML>
But getting an error ...Could plz tell me where I am missing?