954,568 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

My Javascript won't work...

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>
Brent.tc
Junior Poster in Training
90 posts since Oct 2006
Reputation Points: 10
Solved Threads: 1
 

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>

This javascript works fine in my firefox 2.0.0.2 browser and works just the same in IE7. I would have to say its probably a setting you have in mozilla thats probably stopping the script from functioning correctly.

PS: what are you trying to do? Just get JS to work in mozilla? or...

darkan9el
Newbie Poster
1 post since Mar 2007
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You