<html> <head> <title> Server-Side Spell Check </title> </head> <body> <font size=5> <b>Server-Side Spell Checking<br> with ASP and Word</b><br><br> </font> <table> <tr> <td> <form method=post action=SpellCheck.asp> <b>Spell Check the Following:</b><br> <textarea name=txtSubmit rows=10 cols=58></textarea><br> </td> </tr> <tr> <td align=right> <input type=submit value="Spell Check"> </form> </td> </tr> </table> </body> </html>