Permission Denied using innerHTML
I am building a page using several frames and trying to change code between frames. The following line works only the first time, but if the frame's location is changed, I get an error from IE on the corresponding line - Permission Denied.
window.top.BannerWin.LoginCell.innerHTML = (FirstName + " " + LastName + " is logged in.");
Has anyone else run into this? Any ideas on a workaround?
|