I am trying to write a simple javascript function to refresh one frame from another - no problem in IE5, but when I test it in IE4 it doesn't work - please someone tell me why it doesn't work and more importantly how to make it work....
The code:
function refreshSidemenu()
{
parent.frames["frameName"].location.href= "sidemenu.jhtml";
}
Thanks........
The code:
function refreshSidemenu()
{
parent.frames["frameName"].location.href= "sidemenu.jhtml";
}
Thanks........