• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Javascript: IE and Firefox differences

  • Thread starter Thread starter KB
  • Start date Start date

KB

Diamond Member
OK I have two pages, one a parent page and the other a frame within the parent. Using Javascript, I want to access a javascript variable in the script of the frame page from the parent page.

I can do this in IE using document.frames[0].scriptvariable, but this doesn't work in firefox. Any clues? I have also tried document.getElementById("frm").scriptvar and document.frames[0].contentDocument.scriptvariable

 
Back
Top