Debt Consolidation - Web directory - Find jobs - Find jobs - Debt Consolidation

PDA

View Full Version : How to run Javascript??


selfspirit50
Apr 5th 2006, 2:26 pm
I have a doubt of running javascript. i have the code but dont know to run the program.

ryan_uk
Apr 5th 2006, 3:24 pm
Usually, it's place in a html file to use through a browser. e.g.

<script language="javascript"><!-- Your JS here --></script>

I don't know about Windows, Mac and the other OSes out there, but I think Linux has some libs or an interprator so that JS can be used natively in the OS.