Hi,

I You can dynamically create <tr> and <td> elements on the fly,
like,

var newRow=cell_root_table.insertRow(0)

then add attributes like,

newRow.vAlign='top'

then to add a cell,

var newCell=newRow.insertCell(0)

but I can't seem to add event handlers on the fly,
like newCell.onMouseMove='doThis()',

Is there a way to do this?

J
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Reply via email to