Try:

<cfif not isDefined("session.client_id")>
        <cfhtmlhead text="
        <script language="Javascript">
        <!--
                window.popUpb("home_login.cfm");
        //-->
        </script>
        "/>
</cfif>

Note that this may bot work in NN, so you might try window.onload = popUpb,
etc.

Scott Van Vliet
Senior Technical Analyst
Eclipse Advertising, Inc.

> -----Original Message-----
> From: Kodjo Ackah [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 29, 2002 5:40 AM
> To: CF-Talk
> Subject: Cflocation and pop up challenge
> 
> 
> Can I do this?
> 
> <cfif NOT IsDefined('session.client_id')>
>     <cflocation url="javascript:popUpb('home_login.cfm')">
>     <cfabort>
> </cfif>
> 
> 
> It doesn't work though!
> 
> Don't worry - I have a function in my head tags within my top element
> page.
> 
> Kodjo ackah
> Principal Consultant
> concrete-media.com
> 
> 
> 
> Kodjo ackah
> Principal Consultant
> concrete-media.com
> 
> 
______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to