Open links, one after another

后端 未结 3 1038
难免孤独
难免孤独 2021-01-23 10:43

I\'m making a website where I\'m opening a new window every 30 seconds. I got it to open the new windows properly, but I would like it to close the last window opened before ope

3条回答
  •  青春惊慌失措
    2021-01-23 11:14

    You can close a window opened by calling window.close on window.open's return value. So:

    
    

提交回复
热议问题