|
-
Jul 31st, 2000, 12:24 PM
#5
Member
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=-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|