Page is a not externally linkable
Robber - 11:02 am on Jul 18, 2002 (gmt 0)
It goes like this: This is the script in the head: function displayBanner(){ This is the one in the body: displayBanner(); } Cheers
Hi Joshie,
var imageURL=image;
var linkURL=link;
writeImage(linkURL, imageURL);
}
function writeImage (linkURL, imageURL){
document.write('<a href="'+linkURL+'"><img src="'+imageURL+'" border="0" width="125" height="125">');