This Wufoo form, created online, is added to an HTML snippet with the following code:
<input type="image" width=100, src="http://web.me.com/MMeAccount/Forum/feedback.png" onclick="open_win()"> </body></html>
<script type="text/javascript"> function open_win() { window.open("http://oldtoad.wufoo.com/forms/r7x2z1/","_blank","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width=660, height=795") } </script>
The first part of the code is a link to the image used for the button image. The image must be on a server so it can be linked to. The image’s size can be set to fit the page’s design with the width setting. The second part of the code links to the Wufoo form page and sets the size of the new window.








