ASP Spell Check Demos - DOM Elements

Spell Checking any HTML DOM Element

Source Code
<!--#include virtual="/ASPSpellCheck/ASPSpellInclude.inc"-->
<div id='myDOM' >...</div>
<%  
	dim myLink
	set myLink = new AspSpellLink
	myLink.fields="myDOM"
	response.write myLink.imageButtonHTML("","","") ''Adds a button
	set myLink=nothing
%>
Tutorial
  • To spell check an HTML element, add its id to the ASPSpellLink fields property.