<script>
jQuery(document).ready( init )
function init()
{
var dbnetspell1 = new DbNetSpell("dbnetspell1");
with (dbnetspell1)
{
connectionString = "DictionaryDatabase"
dictionaryTableName = "english_us"
registerElement("textarea")
initialize()
}
}
</script>
HTML markup
<table>
<tr>
<td>
<textarea ID=biography1 style="line-height:150%;width:400px;height:200px">Hardy trained as an arcitect before moving to London in 1862. Five years later he returned to the west country to work as an architectural asistant. He won prizes from the Royal Institute of British Architects and the Architectural Association.
</textarea>
</td>
<td>
<textarea ID=biography2 style="line-height:150%;width:400px;height:200px">In 1898 Hardy published his first volume of poetry, a colection of poems written over 30 years. Hardy claimed poetry as his first love, and published collectoins until his death in 1928. Although not as well received by his contemporaries as his novels, his poetry has been aplauded considerably in recent years, in part because of the influence on contemporary writers. However, critically it is still not regarded as highly as his prose.
</textarea>
</td>
</tr>
</tr>
<td colspan="2">
<div id="dbnetspell1" style="float:right"></div>
</td>
</tr>
</table>