Re: change the onload function in another frame
Posted By:
Nitesh_Naveen
Posted On:
Wednesday, March 19, 2003 01:31 AM
Call the function on frm2 from frm1 onload using top.frames["frm2"].myFunction(). Accessing functions across frames can sometimes give access right problems in some cases. So it would be better to set a variable or so on the top window from frm2 and the onload function onfrm1 can access this.