Skip to content

Instantly share code, notes, and snippets.

@longjasonm
Created January 21, 2013 14:36
Show Gist options
  • Save longjasonm/4586504 to your computer and use it in GitHub Desktop.
Save longjasonm/4586504 to your computer and use it in GitHub Desktop.
Make Marketo iFrame form "bust out" to the Parent frame.
<script type="text/javascript" language="javascript">
//uses standard Marketo jQuery variable; if you have defined another variable, use it for "$jQ" instead.
$jQ(document).ready(function(){
$jQ('.lpeRegForm').attr('target','_top');
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment