Hi,
Using CF5 Is it possible to do accomplish the following?
I have a loop which executes a couple of queries and then needs to run a specific URL 
using the data prepared by the previous query for each loop iteration and displays its 
result in a different target window.

<cfloop ....>
        <cfquery .....></cfquery>

....Here I need to execute the command via a URL....
Currently I use:

<script>

function openpopup(){
var popurl="URL_2_Execute_Here"
winpops=window.open(popurl,"","width=800,height=600,resizable,")
}

openpopup()

</script>

</cfloop>


But it seems a bit quirky...  Is there an alternative to this?

Tks/Rgds




Paolo Cesana
IT Development Manager
"Electricity is not the result of a series of upgrades to the candle"
Auth. unknown

MIF, an EGL Business
"Dedicated to problem-free transportation"
Phone: (305) 594-0038 ext. 7326
Fax: (305) 593-0431
e-mail: <mailto:[EMAIL PROTECTED]> 
WEB site: <http://www.mif.com>
WEB site: <http://www.eaglegl.com>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to