JavaScript onclick redirect

前端 未结 5 1812
礼貌的吻别
礼貌的吻别 2021-02-04 18:40

I have this text field and button here

            


        
5条回答
  •  迷失自我
    2021-02-04 19:44

    Remove 'javascript:' from your code and it should work.

    Do you happen to use FireFox? I have learned from someone else that FireFox no longer accepts the 'javascript:' string. However, for the life of me, I cannot find the original source (though I believe it was somewhere in FF update notes).

提交回复
热议问题