<cfsavecontent variable="headerStuff">
<cfoutput>
<script type="text/javascript">
var isStillValid = #SESSION.loggedIn#; // Assuming you
have a Boolean var
function checkStatus(){
if(!isStillValid){
window.close();
}
}
checkStatus();
</script>
</cfoutput>
</cfsavecontent>
<cfhtmlhead text="#headerStuff#">
-------------------------------------------------------------
Annual Sponsor FigLeaf Software - http://www.figleaf.com
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform
For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------