Difference between revisions of "User:FH14/SandboxF"

From Hetalia Archives
Jump to: navigation, search
Line 15: Line 15:
 
   encodeURIComponent(window.location.href);
 
   encodeURIComponent(window.location.href);
 
</script>
 
</script>
 +
 +
[[Category:Sandboxes]]

Revision as of 20:40, 12 December 2012

I'm using this page for code testing. I would use one of my five sandboxes but I have no room on them. Whoops.

<iframe id="forum_embed"

src="javascript:void(0)"
scrolling="no"
frameborder="0"
width="900"
height="700">

</iframe>

<script type="text/javascript">

document.getElementById("forum_embed").src =
 "https://groups.google.com/forum/embed/?place=forum/forum-name" +
 "&showsearch=true&showpopout=true&parenturl=" +
 encodeURIComponent(window.location.href);

</script>