johnsimpson
Programmer
ok really basic question here,
how can display an image depending on a if statement?
im using the following code:
<script language="JavaScript1.2">
if (pr != ""){
document.write("Please wait while the page is loaded");
}
</script>
But i want to add an image before the please wait while page is loading bit - so it will display a preloader image.
sorry its very basic i know ;-)
how can display an image depending on a if statement?
im using the following code:
<script language="JavaScript1.2">
if (pr != ""){
document.write("Please wait while the page is loaded");
}
</script>
But i want to add an image before the please wait while page is loading bit - so it will display a preloader image.
sorry its very basic i know ;-)