• Stop being a LURKER - join our dealer community and get involved. Sign up and start a conversation.

Reply to thread

You could always do:


$(function() {

    $(body).html('');

    $.get('someothervendor/betterpage', function(data) {

        $(body).html(data);

    }

});


If they allow custom CSS/JS my Cobalt site would be pulling from another vendors API, effectively replacing their own website while still getting the OEM link :D