newCell.onMouseMove=doThis;

-- 
 jon
 mailto:[EMAIL PROTECTED]

Wednesday, September 10, 2003, 2:09:38 PM, you wrote:
JM> Hi,

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

JM> var newRow=cell_root_table.insertRow(0)

JM> then add attributes like,

JM> newRow.vAlign='top'

JM> then to add a cell,

JM> var newCell=newRow.insertCell(0)

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

JM> Is there a way to do this?

JM> J
JM> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Reply via email to