Can anyone assist, please.
I am trying to change the text of a DIV element in another frame. This works with DOM but I also have it working in Netscape 4.7.
For NS 4.x I am using:
parent.frames['head'].document.layers['pageheader'] = text
where 'head" is the name of the frame and pageheader is the ID of the DIV in this frame but it doesn't work...
Bookmarks