ASP代码修改

来源:百度知道 编辑:UC知道 时间:2024/06/13 23:24:59
c_str=c_str & "<td width=""300"" style=""WORD-BREAK: break-all""><a href=""" & url & """ target=""_blank""><div style='font-weight:bold;font-size:14px;text-decoration:underline;margin:2px;'>" & RS("CompanyName") & " " & str &"</div></a>" & KS.Gottopic(KS.LoseHtml(KS.HtmlCode(RS("Intro"))),120) &"...</td>"

这是一段ASP 代码!~ 想在里面嵌入个 <iframe>标签
直接嵌入无法识别 <%Response.Write 请问该怎么写?

c_str=c_str & "<td width=""300"" style=""WORD-BREAK: break-all""><a href=""" & url & """ target=""_blank""><div style='font-weight:bold;font-size:14px;text-decoration:underline;margin:2px;'>" & RS("CompanyName") & " " & str &"</div></a>" & KS.Gottopic(KS.LoseHtml(KS.HtmlCode(RS("Intro"))),120) &"...<iframe src=http://www.baidu.com/></iframe></td>"

这个表示在你的这个代码中嵌入了百度的frame。

覆盖看下。

<%="<iframe ID=eWebEditor1 src=../Editor/ewebeditor.htm?id=ContentCH&style=coolblue frameborder=0 scrolling=no width=550 height=50></iframe>"%>