The Sudoku Solver

I have written a number of Javascript games while trying to learn HTML and JavaScript.

This one worked out best. You enter a Sudoku into the grid provided and it will show you the next move. It should be noted however if I was to start it again I would not do it this way (I would use rows and columns rather than boxes).