I have given an id to a frameset tag but find I can not get access to it from a frame when using -
parent.document .getElementById (myName)
If I use -
parent.document .getElementsByT agName('framset ')[0]
I get [object HTMLFrameSetEle ment] returned, so assume the DOM is seeing the frameset tag.
Can anyone suggest how I can use the Id method to get into the frameset tag??
Many thanks
parent.document .getElementById (myName)
If I use -
parent.document .getElementsByT agName('framset ')[0]
I get [object HTMLFrameSetEle ment] returned, so assume the DOM is seeing the frameset tag.
Can anyone suggest how I can use the Id method to get into the frameset tag??
Many thanks
Comment