Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set focus issue
Message
From
08/07/2010 22:49:53
 
 
To
30/04/2010 00:31:07
General information
Forum:
Internet
Category:
Javascript
Title:
Miscellaneous
Thread ID:
01462488
Message ID:
01471937
Views:
43
This message has been marked as the solution to the initial question of the thread.
Try this my friend, it will surely work!
<script>
var txtBox=document.getElementById("txtSearch" );
if (txtBox!=null ) txtBox.focus();
</script>
hope this helps
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform