After a user completes a transaction on my site, the confirmation page displays Google conversion tracking code in a small JavaScript snippet. This code is located on my Wordpay callback page, which pulls data from the regular site (HTTP) to the Worldpay site (HTTPS), causing IE 7/8 to ask:
"Do you want to display non-secure items?"
If the user clicks "no," the CSS and styling info are removed, but the JavaScript code still appears in the page source.
I am curious whether the code actually executes when the user clicks "no." Since it is displayed, one would assume that it does. However, the source of the page still shows the CSS and image links, even though they are not rendered.