Here you can find many examples of how to use java and javascript simply and effectively
Please take a look at the below examples to help you get started on that next web project where java or javascript can make the difference!.
[ Java ] [ JavaScript ]
Example of function that you can call from a form
This example explores how to present the user with a form with input fields that automatically call a javascript function that performs math on the input data and presents the result to the user.
Click Here to see this example Code
Click here to see this example Run
Example of how to use an image map to change the background image
This example explores how to dynamically change the background image based on where the user is hovering over an image map
Click Here to see this example Code
Click here to see this example Run
Example of how to use track the mouse location
This example explores how to monitor the mouse location and display it's x,y coordinates.
Click Here to see this example Code
Click here to see this example Run
Example of how to do simple math and show results
<script type="text/javascript">
document.write("2 * 3 = "+ 2* 3)
</script>













