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!
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