prakash Posted January 12, 2008 Share Posted January 12, 2008 I have a textbox <input type="text" value="some value" name="myField"> so I want to copy the data of above textbox when clicked or focused using javascript how can I code the same which will work on most of the browser Link to comment https://forums.phpfreaks.com/topic/85701-copying-data-from-textbox/ Share on other sites More sharing options...
xenophobia Posted January 12, 2008 Share Posted January 12, 2008 I got a free script here: http://www.dynamic-tools.net/toolbox/copyToClipboard/ It allowed you to copy it to clipboard. Where you can paste it in other program like notepad after you copy from your textbox. Haha pretty neat... But I can't work it on FF. Try figure yourself. Link to comment https://forums.phpfreaks.com/topic/85701-copying-data-from-textbox/#findComment-437417 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.