Skip to content

Instantly share code, notes, and snippets.

@dirceu
Created December 17, 2009 15:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dirceu/258796 to your computer and use it in GitHub Desktop.
Save dirceu/258796 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Testando form do Wufoo</title>
</head>
<body>
<script type="text/javascript">var host = (("https:" == document.location.protocol) ? "https://secure." : "http://");document.write(unescape("%3Cscript src='" + host + "wufoo.com/scripts/embed/form.js' type='text/javascript'%3E%3C/script%3E"));</script>
<script type="text/javascript">
var m7x4a3 = new WufooForm();
m7x4a3.initialize({
'userName':'dirceu',
'formHash':'m7x4a3',
'autoResize':true,
'height':'677'});
m7x4a3.display();
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment