Here is how I did it ... I added this javascript to my login index.cfm

        <script type="text/javascript"> 
var iFrameSessionCheck= (window.location != window.parent.location) ? true 
: false;
if(iFrameSessionCheck == true)
{
alert('Your Session has expired. Please log in again.');
window.parent.location.href = "/index.cfm";
}
</script>

On Monday, June 2, 2014 8:06:02 AM UTC-7, Matthew Roach wrote:
>
> You could have some JavaScript call the parent page to refresh it. 
>
> On the page that's being shown in the iFrame for being logged out, you 
> could have some JavaScript that would run to call the parent page to 
> refresh. 
>
> Matthew 
>
> > Skellington <mailto:[email protected] <javascript:>> 
> > 02 June 2014 15:55 
> > No, unfortunately I don't have a link to it. But here is a snippet of 
> > the layout code for index.cfm. 
> > 
> > Thanks, 
> > Charlie 
> > 
> > <body> 
> > <div class="ui-layout-north"> 
> > <div id="title"> 
> > App Header/Tile 
> > </div> 
> > </div> 
> > <div class="ui-layout-west"> 
> > <!--- Menu.cfm opens all app links in "bodyFrame" ---> 
> > <iframe src="menu.cfm" name="frame" id="someFrame" frameborder="0" 
> > 
> style="overflow:hidden;overflow-x:hidden;overflow-y:hidden;height:100%;width:100%;position:absolute;top:0px;left:0px;right:0px;bottom:0px"
>  
>
> > height="100%" width="100%"> 
> > </iframe> 
> > </div> 
> > <div class="ui-layout-center"> 
> > <div class="wrapper"> 
> > <iframe name="bodyFrame" id="bodyFrame" scrolling="yes" 
> > frameborder="0" 
> > 
> style="overflow:auto;overflow-x:auto;overflow-y:auto;height:100%;width:100%;position:absolute;top:0px;left:0px;right:0px;bottom:0px"
>  
>
> > height="100%" width="100%"> 
> > </iframe> 
> > </div> 
> > </div> 
> > <div class="ui-layout-south">Footer</div> 
> > </body> 
> > 
> > 
> > 
> > 
> > On Saturday, May 31, 2014 3:54:25 PM UTC-7, Marcus F wrote: 
> > -- 
> > -- 
> > online documentation: http://openbd.org/manual/ 
> > http://groups.google.com/group/openbd?hl=en 
> > 
> > --- 
> > You received this message because you are subscribed to the Google 
> > Groups "Open BlueDragon" group. 
> > To unsubscribe from this group and stop receiving emails from it, send 
> > an email to [email protected] <javascript:> 
> > <mailto:[email protected] <javascript:>>. 
> > For more options, visit https://groups.google.com/d/optout. 
>

-- 
-- 
online documentation: http://openbd.org/manual/
 http://groups.google.com/group/openbd?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Open 
BlueDragon" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to