Re: running javascript from a browser

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