Wednesday, 16 February 2011

Javascript

JSON is the best way to exchange information.


In a body analogy, JavaScript is the muscle that manipulates the webpage and makes changes without reloading the webpage.



<html>
<body>
<script language="JavaScript" type="text/javascript">
// Hello World in JavaScript
document.write('Hello World');
</script>
</body>
</html>

No comments: