The ID number from the database row. All of them unique. The code for the AJAX call runs and spits out the ID. Then I take that ID and add it to the name of the prefix for the window
var ConfirmWindow = "AddToCartWindow" + text; which gives me in this example the following AddToCartWindow54276 Which is the name of the window it claims it cannot find. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:354379 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

