My Appologies, I had the wrong keyword.. :-)

Example For a Table...

<td> <div ID=Col1> Text Goes here </div> </td>

Now you can use all of the object Events (mouse_over, Click...)

.
.
.
Sub Col1_onclick()
.
.
.
end sub
.
.
.

The Key is to give that "area" that you are interested in a name (ID) that VBscript can reference. The Example that I show above would be a way to sort based on a Column name and is using DHTML.

Hope that Clears Everything up.

-=D=-