Replacing [removed]()s in an xhtml+xml page

后端 未结 3 1214
误落风尘
误落风尘 2020-12-30 05:45

I work for a company that writes software which client sites embed with < script language=\"JavaScript\" src=..... etc. etc. We depend quite a bit on document.write to wr

3条回答
  •  长情又很酷
    2020-12-30 06:38

    Perhaps you can create an iframe of type text/html, write the content into that, and then import the nodes back into the main page.

提交回复
热议问题