LottaLava
03-25-2003, 02:21 PM
Hello folks, i´m wondering how is the best way to create a dynamic image, could anyone tell me?
I´ve just tried this, but it didn´t work out.
function onLoad_init( )
{
var img = document.createElement( "img" );
img.src = "./grandfather_clock.gif";
document.appendChild( img );
}
Any hint?
Regards,
LottaLava:D
I´ve just tried this, but it didn´t work out.
function onLoad_init( )
{
var img = document.createElement( "img" );
img.src = "./grandfather_clock.gif";
document.appendChild( img );
}
Any hint?
Regards,
LottaLava:D