T
|
thesofa 9/12/2008 |
Is there a way to have the cursor already in the search field when page loads? We want to scan barcodes to enter a part number. And now you have to put the cursor there. Thx!
|
![]() |
Sergey Kornilov admin 9/12/2008 |
Check how this done on Add/Edit pages via SetToFirstControl() function call. <script>SetToFirstControl();</script> |
T
|
thesofa 9/12/2008 |
Check how this done on Add/Edit pages via SetToFirstControl() function call. <script>SetToFirstControl();</script>
|
U
|
Urnso author 9/15/2008 |
can someone help me out with this one? I can't get it working. Thx! |
J
|
Jane 9/16/2008 |
Hi, <script> document.getElementById("ctlSearchFor").focus(); </script>
|