michelledebeer
Programmer
I want to update a layer without reloading the page.
I have previously recieved this function, but it only works with Netscape.
How can I make it work for IE?
function print_picture(picture) {
with(document.layers['myLayer']) {
document.open();
document.write('<img src="'+picture+'">');
document.close();
}
}
// Michelle
I have previously recieved this function, but it only works with Netscape.
How can I make it work for IE?
function print_picture(picture) {
with(document.layers['myLayer']) {
document.open();
document.write('<img src="'+picture+'">');
document.close();
}
}
// Michelle