how to send text box data at the time of onclick code example
Example: does onclick work for textboxes javascript
//Yes, you can use onclick events for textboxes in javascript
//Here's an example:
<input type="text" onclick ="alert('Some alert');" >