----- Original Message -----
From: "Kodjo Ackah" <[EMAIL PROTECTED]>


> Can I do this?
>
> <cfif NOT IsDefined('session.client_id')>
>     <cflocation url="javascript:popUpb('home_login.cfm')">
>     <cfabort>
> </cfif>

wow.  deja vu all over again.

did you, perhaps try:
<cfif NOT isDefined('session.client_id')>
     <script language="JavaScript">
          popUpb('home_login.cfm');
     </script>
</cfif>

(again, assuming you have the popUpb() function defined in the <head>
section




> 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
>
> 
______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to