answersLogoWhite

0

What are the dangers of running javascript in the browser?

Updated: 10/18/2022
User Avatar

Jeffreykishner

Lvl 1
10y ago

Best Answer

All those pesky ads and banners which slide out or show animation effects are done using javascript. Javascript can be used to collect a lot of information from your computer mostly what you like, dislike and also where you currently reside. There maybe more but I am not fully aware of them

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the dangers of running javascript in the browser?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What javascript on you browser or upgrade to a javascript capable browser to register for facebook?

all browsers are capable of running javascript, and registering for facebook. you probably need to enable javascript on your browser which to tell you how i would need to know which browser you are using


How does document.close work?

The command is javascript JavaScript is interpreted by the browser browsers use JavaScript engines to execute the commands each browser differs


What languages can a browser understand?

HTML, CSS, & JavaScript.


What browser language is ExtJS?

JavaScript


What does it mean that Java is not enabled in your browser?

Basically that is telling you to enable javascript in your browser. Come back with your browser name and someone could tell you how to enable javascript in it.


Is it possible to access browser cookies from javascript?

Yes, it is possible to access browser cookies from JavaScript. It can be done using cookies keyword inside it.


Can you use javascript in Mozilla?

Yes. In fact, you can use JavaScript in any web browser.


Why does't run javascript programs in explrer6.0?

You may not have JavaScript enabled in your browser. Also Internet Explorer is an inferior browser, Firefox, Opera, etc. are all better suited for things such as JavaScript and CSS.


Java run in any computer but java script not why?

Java and Javascript are not the same thing and are not realted to each other. Javascript is not run on "computers" it is run on browsers (which admitedly run on computers) So, if your computer has a browser, it most likely runs javascript, of course this depends on the browser, but all major browser run javascript.


Why is your javascript not working?

If there is no actual error in the code itself, most likely javascript is disabled in the browser.


What does Ajax use for the processing that is done on the browser?

Javascript. AJAX stands for Asymmetric Javascript And XML


Where is JavaScript executed?

No. JavaScript is downloaded into the client's browser and executed there. With one caveat. Apache has a server-side JavaScript module that reached public experimental phase. It proved the concept, but saw little (if any) actual real world use.