Difference between revisions of "User:FH14/SandboxF"

From Hetalia Archives
Jump to: navigation, search
(Created page with "I'm using this page for code testing. I would use one of my ''five'' sandboxes but I have no room on them. Whoops.")
 
Line 1: Line 1:
 
I'm using this page for code testing. I would use one of my ''five'' sandboxes but I have no room on them. Whoops.
 
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>

Revision as of 20:35, 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>