gtfMasterJohn
09-05-2008, 07:16 PM
How can i work around the document.getElementById method when i can't access an object "div" inside a framset on IE 6.
My code works on firefox,Internet explorer 6 and 7 when is on one page, but when i put the same thing inside a frame, Internet Explorer 6 falls, and getElementByID doesn't work properly, in fact return null, while works great in Mozilla , i was able to fix that thing in IE 7 because i put the div name plus the id. But still doesn't work on IE 6.
More over, i have tried document.all['div's name'], namedItem getElementsByTag, etc. And all return null to me.
My code works on firefox,Internet explorer 6 and 7 when is on one page, but when i put the same thing inside a frame, Internet Explorer 6 falls, and getElementByID doesn't work properly, in fact return null, while works great in Mozilla , i was able to fix that thing in IE 7 because i put the div name plus the id. But still doesn't work on IE 6.
More over, i have tried document.all['div's name'], namedItem getElementsByTag, etc. And all return null to me.