How do I compile Javascript exactly? Is there a certain program to do so? I dont know much about it and dont know where to find a download for anythign answers would be appreciated. _________________
In windows make a file called: whatever.js
Then open it with your favorite text editor and put in your code.
After you make your code just click it.
Or make an HTML(.html) file and add this code:
Code:
<html>
<body>
<script language="JavaScript">
// Code here
</script>
</body>
</html>
Then load with IE or Firefox.
Also, JS isnt compiled. It is ran through an interpreter.
Joined: 18 Feb 2008 Posts: 113 Location: If im logged on at my computer. If im logged of at my PS3.
Posted: Fri Jul 11, 2008 9:55 pm Post subject:
Like what sort of interpreter I dont exactly understand the term your using what would an example of an interpreter be? Just so we can be ont he same level here.
I asked because the Local MS Source is in Java and I was trying to figure out how I would use it to put together a Private Server of my own with the source code. Sadly and initially there was a hope it would be in C++ but it was not. WHich is why I needed this knowledge. _________________
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum