My javascript does not work in any browser except windows IE... WHY
Please just give me an example of some javascript that works in mozilla
Here is example of my source...
<script>
var x = 400;
alert(x);
alert("This works in IE, but not Mozilla, why!!!!!!!!??????????");
</script>