This is my code on the page in quetsion:

<cfif isDefined('session.client_id')>
    <script language="JavaScript">
         Function('popUp');
    </script>
</cfif>

And this is my code in the head tags:

function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "',
'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,wid
th=560,height=560,bgcolor=#111111');");
}


 
Can someone please point out my mistake to me?



Kodjo ackah
Principal Consultant
concrete-media.com





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives/subscription: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Get the mailserver that powers this list at http://www.coolfusion.com

Reply via email to