<input id= "eurl" type="text" name="eurl" readonly>
I have a input box which is dynamic (meaning I am getting values in text box from DB), right now the value inside text box are text (they are not responsive). What I was trying to get is make any text inside my textbox as a link (clickable). Also please consider that it does not have to be just inputbox, is there anyway that I can make text as a link.
//make text(coming form db) inside inputbox clickable/act as a url
.