<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
$(document).ready( function () {
$('#iView').load( function () {
$('this').contents().find("html").css("background-image","none");
});
});
<iframe src="http://l2-playcard.dnsalias.com:85/CRM/web/login.aspx" id="iView" frameborder="0"></iframe>
Having trouble changing the background of my iframe, any suggestions?