Thanks guys for the reply, to resolve this i applied this to all the textboxes like this
Code:$(document).ready(function() { $("input:text").focus(function() { $(this).select(); } ); });
Thanks
|
Results 1 to 3 of 3
Threaded View
|
Click Here to Expand Forum to Full Width |