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:
>
> I'm not sure I entirely understand.
>
> You have a website with a login, after logging in, the user is presented
> with an iFrame. Correct?
>
> Do you have a link to this app? Maybe that would help clarify things?
>
> (Granted, it's possible I just need coffee and that will fix my not
> understanding what you mean)
>
> On Saturday, May 31, 2014 5:47:44 PM UTC-5, Skellington wrote:
>>
>> Hello,
>> I thought this might be a good place to start. I have a OpenBD app and
>> I'm using session data for the app. I want to log the user out if the
>> session expires. The issue I'm having is I'm using a Jquery layout with
>> iFrames and if the main body is being called it will reset to the login
>> screen and not the whole app.
>>
>> What I wan to know is, is there a way to have my main index.cfm logout
>> vs. the iframe target in my index.cfm?
>>
>> Thanks,
>> Charlie
>>
>
--
--
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.