--------
the html is created in the Paypal plugin
\plugins\vmpayment\paypal\paypal\helpers\paypalstd.php
if (vmconfig::get('css')) {
$msg = vmText::_('VMPAYMENT_PAYPAL_REDIRECT_MESSAGE', true);
} else {
$msg='';
}
vmJsApi::addJScript('vm.paymentFormAutoSubmit', '
jQuery(document).ready(function($){
jQuery("body").addClass("vmLoading");
var msg="'.$msg.'";
jQuery("body").append("<div class=\"vmLoadingDiv\"><div class=\"vmLoadingDivMsg\">"+msg+"</div></div>");
jQuery("#vmPaymentForm").submit();
})
');
and passed to the orderdone.php page
components\com_virtuemart\views\cart\tmpl\orderdone.php