Hi All,
I have a page that loads a modal popup using ShowModalDialog. To get around issues with submitting data inside a modal dialog, I have an iframe to handle posts within in the modal dialog. The popup gets triggered two minutes before the session is about to timeout. They assume that if you don't click the ok button in the popup within 2 minutes you have walked away from your station and want to log you out. To handle this the popup starts a two minute count down and if timer reaches 0 then the page calls itself to kill the session (since the act of loading the popup resets the session timer) and needs to redirect the parent page to the login page. The redirect is where I am having a problem. I have tried window.opener.location.href, top.location.href, top.parent.location.href, and parent.window.location.href. Can someone point me in the correct direction? Thanks, Duane Sandy Bay Networks - www.sandybay.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:320552 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

