J
John
var tmpelem;
tmpelem=document.getElementById("MyTableId");
tmpelem.select();
doesnt work - any ideas how I can get around this? I only want to
highlight the table and all child nodes.
Thanks!
J
tmpelem=document.getElementById("MyTableId");
tmpelem.select();
doesnt work - any ideas how I can get around this? I only want to
highlight the table and all child nodes.
Thanks!
J