Opening popup windows in HTML

前端 未结 3 1491
隐瞒了意图╮
隐瞒了意图╮ 2020-12-30 00:07

I am working with web apps, and I am wondering if there is a way to open a link in an app-type window using HTML? Something like this:



        
3条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2020-12-30 00:29

    HTML alone does not support this. You need to use some JS.

    And also consider nowadays people use popup blocker in browsers.

    open popup
    

提交回复
热议问题