When you say 'top', do you mean the top level frameset in the JS hierarchy, or do you mean the first frame that's visually displayed vertically?
Changing the top level JS frameset may give you a security issue, and/or including pages from separate domains within your frameset. JS allows very limited interaction between docs on separate domains - with good reason. ----- Original Message ----- From: "Frank Mamone" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, January 27, 2003 9:26 AM Subject: Access is Denied JS Error > I have a frameset with three frames. The top frame refreshes and checks for > database activity(CF). When it finds a new record it changes the page in the > middle frame. This works fine the first time around, but never change after > that. Instead I get a JS "Access is Denied" error. > > I tested this with simple htm pages and had the top frame refresh every 10 > seconds and use: > > <script> > top.middleframe.document.location = "http://www.yahoo.com"; > </script> > > It works the first time, but then gives "Access is denied" on the first > refresh. > > What am I missing? > > Frank > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

