Thank you for the quick reply.
Unfortunately, this page is not using any iframes. It's a basic ASP.NET page. It does have a multi-view control on it but that's about it. There are a total of 5 script declarations referencing .js files on the page. Two of them reside between the <Head></Head> tags and the rest are in the middle of the body. All of the "src" properties contain relative paths to the .js files (i.e. src="../js/myjsfile.js").
Main Topics
Browse All Topics





by: gops1Posted on 2007-11-10 at 20:36:56ID: 20258100
is there any dynamic iframes created by your js? Probably iframes without source urls can cause problems.