|
heres what u want
all javascript must be enclosed in <script> </script>
just add them then put any JS code in.
<script>
<!-- Hide this code if the users browser dosn't accept Javascript
alert("You screen resolution is "+screen.width+" by "+screen.height+".");
!-->
</script>
|