Create an iframe with an empty src that's a standards compliant alternative to “#”

后端 未结 3 1461
醉酒成梦
醉酒成梦 2021-02-19 13:43

I have an iframe on a page that I need to initially have a blank src for, as I eventually set the src with javascript.

I had been using a however have encountered an is

3条回答
  •  我寻月下人不归
    2021-02-19 14:30

    about:blank is the way to do it. Alternately, you could just insert the whole