How can I call fancybox to display a image with a OK button when the user clicks on the "Confirm Order" button before being re-directed to Credit Card processors site. I can seem to figure it out
$("#confirm").fancybox({
content : "<p>HTML content will go here</p>"
});
});//]]>
</script>
The widow pops up but, closes automatically and then automatically submits, any ideas on how to make this a confirm "OK" pop-up and pausing the submit?