Created
April 12, 2012 23:57
-
-
Save AstDerek/2371994 to your computer and use it in GitHub Desktop.
some gist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style type="text/css"> | |
#app-container | |
{width:100%!important; | |
position:absolute!important; | |
left:0!important; | |
background:#fff;} | |
#app-container h2 | |
{text-align:center; | |
line-height:28px;} | |
</style> | |
<h2>Next Step: It's important to know your Credit Score.<br> | |
Don't have it? Click below to get it now.</h2> | |
<p></p> | |
<script type="text/javascript"> | |
jQuery(function($){ | |
$.ajax({ | |
url:"/wp-content/plugins/cashform/cashformajax.php", | |
type:"post", | |
data:{ | |
template_loaded:"template loaded", | |
template_type:"decline (iframe)" | |
} | |
}); | |
}); | |
</script> | |
<iframe src="<?php if (FALSE && isset($redirect_link) && $redirect_link) { echo $redirect_link; } else { ?>http://www.credit.com/r/equifax-bi/af=p86248&ag=subid <?php } ?>" width="100%" height="500px"></iframe> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment