Skip to content

Instantly share code, notes, and snippets.

@AstDerek
Created April 12, 2012 23:57
Show Gist options
  • Save AstDerek/2371994 to your computer and use it in GitHub Desktop.
Save AstDerek/2371994 to your computer and use it in GitHub Desktop.
some gist
<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&amp;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