that's cos you're doing it wrong!
u need home_login.cfm to be a text

and where di the variable ID from from?  where was it defined?



-----Original Message-----
From: Kodjo Ackah [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 28, 2002 12:49 PM
To: CF-Talk
Subject: RE: Cflocation and a popup


No joy to this either!




<cfif NOT IsDefined('session.client_id')>
    <script language=javascript>
        function popUpb(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(home_login.cfm, '" + id + "',
'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,wid
th=580,height=580,bgcolor=#111111');");
}

        </script>
        
</cfif>

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/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to