Client-side scripting: Difference between revisions

Content deleted Content added
No edit summary
m Reverted edits by 122.162.232.136 to last version by Terraxos (HG)
Line 1:
{{unreferenced|date=February 2008}}
 
PLS'''Client-side DOscripting''' NOTgenerally COPYrefers ELSEto JAGANthe WILLclass GETof FUCKED[[computer program]]s on the [[World Wide Web|web]] that are [[Execution (computers)|executed]] ''[[client-side]]'', by the user's [[web browser]], instead of ''[[server-side]]'' (on the [[web server]]). This type of [[computer programming]] is an important part of the [[Dynamic HTML]] (DHTML) concept, enabling [[web page]]s to be [[Script (computer programming)|scripted]]; that is, to have different and changing content depending on user [[input]], environmental conditions (such as the time of day), or other variables.
'''Client-side scripting''' generally refers to JAGANDEEP WHO IS KUSTEZAN .. AND GAND MARAU..
PLS DO NOT COPY ELSE JAGAN WILL GET FUCKED. This type of [[computer programming]] is an important part of the [[Dynamic HTML]] (DHTML) concept, enabling [[web page]]s to be [[Script (computer programming)|scripted]]; that is, to have different and changing content depending on user [[input]], environmental conditions (such as the time of day), or other variables.
 
Web authors write [[client-side]] scripts in languages such as [[JavaScript]] ([[Client-side JavaScript]]) and [[VBScript]].
its not good source pls do not copy as it contains virus
 
Client-side scripts are often embedded within an [[HTML]] document, but they may also be contained in a separate [[Computer file|file]], which is referenced by the document (or documents) that use it. Upon request, the necessary files are sent to the user's computer by the [[web server]] (or servers) on which they reside. The user's [[web browser]] [[Execution (computers)|executes]] the script, then displays the document, including any visible output from the script. Client-side scripts may also contain instructions for the browser to follow if the user interacts with the document in a certain way, e.g., clicks a certain button. These instructions can be followed without further communication with the server, though they may require such communication.