I have been trying in JavaScript and Perl to write a framed page to allow a user to click through a website and validate it as they wish using framework I built that uses to W3C's validation services. So I have a top frame which is like the control panel (you can tell the bottom frame where to go and you can validate it if you wish) and a bottom frame which is the "browser". To make a long story short I can not get access to the source of the bottom frame through JavaScript because of an access denied error. Has anyone else ran into this problem or does anyone know of a solution to this problem? Any help would be greatly appreciated.
Thanks, ~~Andrew