Y
yoann
Hi i have a big problem with IE Mac
i have an iframe iframe2 in a frame: frame1
iframe2 load a page from a server and i receive the page with the
script
window.parent.generateEventList() that is a function in frame1
function generateEventList()
{
document.getElementById("listEvent").innerHTML="<div align=center><img
src='images/image1.htm'></div>"
}
i have no problem on windows; but on mac i have a problem of link
it consider that the link images/images1.htm is relative to the server
but i don't want to. I call window.parent.function() because i want to
use the frame1 relative path for the image.
does someone has an idea?
thanks
i have an iframe iframe2 in a frame: frame1
iframe2 load a page from a server and i receive the page with the
script
window.parent.generateEventList() that is a function in frame1
function generateEventList()
{
document.getElementById("listEvent").innerHTML="<div align=center><img
src='images/image1.htm'></div>"
}
i have no problem on windows; but on mac i have a problem of link
it consider that the link images/images1.htm is relative to the server
but i don't want to. I call window.parent.function() because i want to
use the frame1 relative path for the image.
does someone has an idea?
thanks