Would you like to give your visitors the power to solve sudoku puzzles? It's very easy. Just copy/paste the below shown code where you want the box to show.
<script type='text/javascript' charset='utf-8'> | |
var iframe = document.createElement('iframe'); | |
document.body.appendChild(iframe); | |
iframe.src = 'http://sudokusolver.net/embed.html'; | |
iframe.width = '370px'; | |
iframe.height = '470px'; | |
</script> |