programming.name Posted May 25, 2010 Share Posted May 25, 2010 Hi, I have an input field that can type something in an HTML page. What I want to do with this field is I want some letters typed in the field to be selected after clicking somewhere else and when comming back to the field again. Thanks. Link to comment https://forums.phpfreaks.com/topic/202851-getting-values-selected/ Share on other sites More sharing options...
andrewgauger Posted May 25, 2010 Share Posted May 25, 2010 What kind of filter were you thinking? Link to comment https://forums.phpfreaks.com/topic/202851-getting-values-selected/#findComment-1063283 Share on other sites More sharing options...
prestonwinfrey Posted May 27, 2010 Share Posted May 27, 2010 You aren't going to be able to accomplish this in HTML alone. I would suggest using JavaScript (client-side language), specifically the jQuery framework. You should probably seek help in the "JavaScript Help" forum. Link to comment https://forums.phpfreaks.com/topic/202851-getting-values-selected/#findComment-1064230 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.