How to execute a script after a link is clicked, when browser does not support JavaScript?

后端 未结 3 1644
清酒与你
清酒与你 2021-01-28 04:18

I am trying to use Facebook conversion code like below that includes
both scripts and noscripts tags:


    
      

        
3条回答
  •  半阙折子戏
    2021-01-28 04:53

    Yes, you can do it.

    put in your link href="javascript:void(0)" and use javascript to redirect.

    Your link
    
    
    

提交回复
热议问题