Hi,
I don't know how exactly to describe this,but I'm sure you've all seen it in many websites.
So,I create a text field using this tag:
Code:
<input type="text" name="sometext" value="Some dynamix text">
Now I want to give the users the ability to select the text inside the text field with a single click(for copy-paste purposes).I think it can be made using some javascript.
Any suggestions?If you have any links to tutorials for this please post the links here.
Thanks a lot! 
|