Set String to clickable URL

后端 未结 1 927
悲哀的现实
悲哀的现实 2021-01-29 02:17

Am I able to change one the attribute from normal text become an URL(hyperlink) so user will be able to click on it and redirect to another page.

Basically the a

相关标签:
1条回答
  • 2021-01-29 02:31

    Put it inside an <a> tag.
    Something like

    <a href="<%=testresults%>"><%=testresults%></a>
    

    Regards

    0 讨论(0)
提交回复
热议问题