Skip to content

Instantly share code, notes, and snippets.

@flowtwo
Created September 17, 2014 18:28
Show Gist options
  • Save flowtwo/0733685a5d59e12d4be4 to your computer and use it in GitHub Desktop.
Save flowtwo/0733685a5d59e12d4be4 to your computer and use it in GitHub Desktop.
Indlejring af OnlineFundraising.dk
<div id="fund"></div><script type="text/javascript">window.onload=function(){var e=window.location.search.substring(1),n="https://onlinefundraising.dk/showcase/?"+e,t=document.getElementById("fund").offsetWidth,d=document.createElement("iframe");d.frameBorder=0,d.width=t,d.height="1450px",d.id="fundraising",d.frameborder="0",d.scrolling="no",d.setAttribute("src",n),document.getElementById("fund").appendChild(d)};</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment