skip to main
|
skip to sidebar
PROBLEM
Want to show loading image while website images are still loading.
A simple web based application to send greetings to our love ones in programming style.
<html><head>
<script text="text/javascript">
function displayValentinesMessage()
{
document.getElementById("greeting").innerHTML="Happy Valentine's Day";
}
</script>
</head>