Avatar of sreeranga_sreevatsa
sreeranga_sreevatsa

asked on 

Code does not work

<html>
<head><title></title></head>
      <style>
:
:
:
<script language="vbs">
:
Sub DM
      :
End Function



Sub HM
      :
End Sub

      
</script>
<body>
<
      <tr id="menuitem" height="25px">
            <td id="xxx" onclick=":DM" onmouseover="DM" onmouseout="HM>Home</td>
      </tr>
   
</table>
 </body>
</html>


in the above code fragment i get a runtime erro Javasript runtime error DM, HM is undefined when the click or hover
HTMLJavaScriptVB Script

Avatar of undefined
Last Comment
Shaun Kline

8/22/2022 - Mon