Hi Folks
I'm new to javascript, and these forums and have what is probably a stupid question... ... ...
I have a picture that is randomly selected from an array and displayed using the img src from a related array and a DOM type dynamic redraw of the table.
I have some buttons that display the name of the pictured thing and two other random things.
I want the buttons to remain hidden until the picture has loaded.
I am having trouble accessing the onload event for the picture...
Can anyone suggest how i could do this?