Tuesday, 14 June 2016

Easy Learn AJAX- Beginners AJAX Tutorials Part 2- Events and JavaScript Functions

Hi Friends..

Beginners AJAX Tutorials Part 2 - Events and JavaScript Functions

In this we will see basic Events and JavaScript Function and Call JavaScript Function...
This above page onclick event we call myfunction() javascript function.
the javascript function we write inside the <head>..</head> tag.
Basic syntax

<head>
<script>
function myfunction()
{
alert("JavaScript");

}
</script>
</head>

This JS Code output is

Next Section how to create XMLHttpRequest Object and Why Create  XMLHttpRequest Object and all other details in breifly

Thank You!

No comments:

Post a Comment

What is AI- Artificial Intelligence - தமிழில்

Artificial Intelligence : Artificial intelligence leverages computers and machines to mimic the problem-solving and decision-making capabili...