scripts are a series of instructions in a particular language (usually
 javascript on web pages) that give much more functionality than just HTML.
 
 as an example:
 
 <script type="text/javascript>
 alert("this is a message box!")
 </script>
 
 The above script would display a little text box that would have the text
 "this is a message box!" in it. There are ways to block such things
 (noscript (https://addons.mozilla.org/de/firefox/addon/noscript/) for
 firefox, notscript (
 https://chrome.google.com/webstore/detail/odjhifogjcknibkahlpidmdajjpkkcfn)
 for chrome) but doing so would usually end with a lot of pages no longer
 working.
 
 http://en.wikipedia.org/wiki/Javascript might help you to give a better
 understanding of it :)
 
 Hope this helps a little bit
 
 2012/1/1 hagie <kwhagie@hotmail.com>
 
 > **
 >
 >
 > Hi All - Happy New Year!!!!!!! Now, what are scripts? Facebook (and
 > probably yahoo) runs them - always. Facebook's sloooooows down the page. Is
 > there any way I can block them?
 > Thanks to all,
 > hagie
 >
 >  
 >
 
 [Non-text portions of this message have been removed]
 
 
http://tech.groups.yahoo.com/group/simplycomputers2
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.