Re: running javascript from a browser
by Kees_B
- 2/10/12 3:27 AM
In Reply to: running JavaScript from a browser not a server by greenwood1234
The Javascript engine is built into the browser, and it works on the instantiated DOM (document object model) in the browser. That's why it's run in the browser.
Kees

Moderator
CNET Staff
Samsung Staff
Dell Staff