<object> tag with pdf doesn't work in firefox and is messed up in IE

后端 未结 6 512
别那么骄傲
别那么骄傲 2021-01-04 09:26

I have object tag that look like this :

\" id=\"embedde
6条回答
  •  孤城傲影
    2021-01-04 09:50

    You can just write the link to the pdf directly into the data attribute like this:

    I tested it with Chrome and Internet Explorer (different versions) and it works

    If you want to stay with the c:url option you should change the second " to '

    so changing this:

    ""
    

    into this:

     ""
    

    in order to not "escape" the string

提交回复
热议问题