【发布时间】:2016-01-26 12:54:51
【问题描述】:
我正在尝试将 PDF iframe 查看器嵌入到我正在构建的基于 Web 的表单中。
我已经做过很多次了,但是这一次我做不到。
''This attaches a PDF uploaded on a previous form and should display it within
''an iFrame.
If "aObjects("RD20_AttachRandR")" <> "avar1" Then
fcLabel = "<iframe src=""" & "aObjects("RD20_AttachRandR ")" & ".PDF" & _
" width=800px height=1000px ><p>Your browser does not support iframes.</p></iframe>"
End If
以fcLabel 开头的行中的某处我缺少一个",它结束了我正在通过的字符串。但我找不到它。
【问题讨论】:
标签: html iframe vbscript concatenation string-concatenation