I apologize up-front for this being so long of a post, but because there's so much going on in my code, I need to do some heavy explaining before getting to the issue.
I have a simple frameset loaded on a webpage, and am using javascript to change one frame's content from another. (I need to use javascript because I'm also calling a function from the parent page...
I'm building a webpage using javascript and iframes. Basically I have an iframe in the middle of the index.html page that links to another html page (let's call it iframe.html). My question is, is...