Open HTML meta redirect in new window

前端 未结 3 1611
既然无缘
既然无缘 2021-01-21 11:20

I need web page to redirect via HTML meta and open that page in a new window. How can I do that?



        
3条回答
  •  日久生厌
    2021-01-21 11:38

    You can't. You need to use javascript on a timer to open a popup (which most likely will be blocked by some browsers as an unrequested popup window)

    You are probably better off taking a different approach to your problem.

提交回复
热议问题