Link in input text field

前端 未结 8 883
余生分开走
余生分开走 2020-12-17 21:43

HI All,

I know this is bit strange question, but please suggest.

I want to create a link on website url content in input type\"text\" field not any other htm

8条回答
  •  情话喂你
    2020-12-17 22:17

    You want someone clicking a textbox to actually be treated as a link click?

    Sounds malicious to me but you could bind the focus event via javascript to a window.redirect().

提交回复
热议问题