Javascript Problem
- by Tareq
I am trying to show a script in a div tag. But in the div tag the script does not run.
Here is my Code:
<div id="div0" align="right">
<script type="text/javascript">
<!--
alert("Hi");
-->
</script>
</div>
It does not work for me. Please anybody tell me, what is the problem?