Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: How to focalize dynamically a link object


Message #1 by "Leandro Barbosa" <lbarbosa@a...> on Wed, 24 Jan 2001 12:07:38 -0000
Try
var obj = document.getElementById("obj_id_name");
obj.focus();
in which obj_id_name is the link id.




  Return to Index