首页/技术开发/内容

用文本+ASP打造新闻公布系统(4)新闻删除

技术开发2024-02-19 阅读()
"
end if
next

Response.Write "<body bgcolor=#EDF0F5 topmargin=10 marginheight=5 leftmargin=4 marginwidth=0>"
Response.Write"<div align=center style=font-size:13pt><strong>"&title&"</strong><span></div><br>"
Response.Write "<hr size=1>"
if len(mypic)<>0 then
Response.write "<center><img src='./images/"&mypic&"'></center>"
end if
Response.Write "<span style=font-size:10pt>"&htmlencode2(mytext1)&"</span>"
Response.Write "<br><div align=right style='font-size:9pt'>新闻来源:<font color=red>"&src&"</font></div>"
%>

<OBJECT id=closes type="application/x-oleobject" classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11">
<param name="Command" value="Close">
</object>
<center><input type="button" value="关闭窗口" onclick="closes.Click();"></center>

<% end if%>




第1页  第2页  第3页  第4页  第5页  第6页 

……

相关阅读