Hey folks

i am having popup issues

<cfif createodbcdatetime(form.fldLoadDateN) gt dtLastUpdate>
                                        <cfset updateRecord="Y">
                                <cfelse>
                                        <cfset updateRecord = "N">
                                        <script language="JavaScript">
                                                window.open('SomeFile.cfm',
'noChange',
'resizable=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scr
ollbars=no,width=300,height=199,top=50,left=50');</script>
                                </cfif>

ok... i have a cflocation at the bottom of the page that generates this... 

so my js popup doesnt popup.  How can i make sure it pops up?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com

Reply via email to