Redirect to a new tab using CFLocation - CF9

前端 未结 3 786
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-21 08:36

Is there a way to redirect a user to a new window by using CFLocation? As far as I know you cannot use target=_blank in CFLocation. Is there another way to do it?

3条回答
  •  独厮守ぢ
    2021-01-21 09:11

    I believe Adam is correct in that CFLocation cannot ask the browser to open in a new window (or tab). Something that might interest you however is the CFWindow tag. See the documentation here. Note that CFWindow does not open a new browser window either, but creates a

    to simulate a popup window. Anyway, it has several options and I thought it might be worth you taking a look at. Maybe it can handle what you need.

提交回复
热议问题