javascript thread: How to focalize dynamically a link object
Try
var obj = document.getElementById("obj_id_name");
obj.focus();
in which obj_id_name is the link id.
|
![]() |
P2P Archives
|
|
New Titles for ASP.NET |
javascript thread: How to focalize dynamically a link object
Try
var obj = document.getElementById("obj_id_name");
obj.focus();
in which obj_id_name is the link id.
|