We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Thanks for any help!
You should give more details. Basically, the best way is to run a Web server locally, and to open the file with a localhost address.
I did that, and when i opened up the file on the browser it only showed me the code text, it didn't actually run it.
http://forum.Processing.org/two/discussion/12447/why-does-my-windows-8-pc-don-t-understand-js-files
Ah, you mean you open the .js file directly? Indeed, it doesn't work. You have to make an HTML file that will declare and load the .js file.
Answers
You should give more details.
Basically, the best way is to run a Web server locally, and to open the file with a localhost address.
I did that, and when i opened up the file on the browser it only showed me the code text, it didn't actually run it.
http://forum.Processing.org/two/discussion/12447/why-does-my-windows-8-pc-don-t-understand-js-files
Ah, you mean you open the .js file directly? Indeed, it doesn't work. You have to make an HTML file that will declare and load the .js file.