bullzzz
08-18-2003, 01:27 AM
Hi,
I have a problem trying to load a thumbnail image from the menuFrame to the mainFrame. I don't have a problem doing that on IE but how to do it on mozilla?
My javascript is as follows:
function preview(picture) {
window.parent.bodyFrame.imgPreview.src=picture;
}
cheers.
I have a problem trying to load a thumbnail image from the menuFrame to the mainFrame. I don't have a problem doing that on IE but how to do it on mozilla?
My javascript is as follows:
function preview(picture) {
window.parent.bodyFrame.imgPreview.src=picture;
}
cheers.