geethanandh
Programmer
hi
i know this questions sounds silly, how do i call a javascript function inside the HTML just like that. There is no event handler to invoke that.
<html>
<script>
function test() { alert("hi"
; }
</script>
<body>
---
here i have to call the function test
----
</body>
</html>
bye
geethanandh
i know this questions sounds silly, how do i call a javascript function inside the HTML just like that. There is no event handler to invoke that.
<html>
<script>
function test() { alert("hi"
</script>
<body>
---
here i have to call the function test
----
</body>
</html>
bye
geethanandh