document.writeln("
Lade Formular...
");
(function() {
var script = document.createElement("SCRIPT");
script.src = 'https://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js';
script.type = 'text/javascript';
document.getElementsByTagName("head")[0].appendChild(script);
var checkReady = function(callback) {
if (window.jQuery) {
callback(jQuery);
}
else {
window.setTimeout(function() { checkReady(callback); }, 100);
}
};
checkReady(function($) {
var contentUrl = "/include/bonkredit-formular/bk-whitelabel.php";
jQuery.get(contentUrl, null, function(response) {
jQuery('#bk-form').html(response);
});
});
})();