⑴ 哪有這種圖片新聞的源碼
這沒模板吧
基本的編輯功能就可以了
⑵ 急求一套asp新聞後台的源碼,
網路去搜索:站長站 選ASP程序,然後找到 新聞文章 ,或直接搜索,里邊有很多新聞文章程序源碼,你隨便提取一個就可以了,
其實很多網站後台都有你說的功能,要是你懂一點ASP程序就可以,不用單獨開發。
⑶ 誰有新浪圖片新聞的源碼
這個我有研究,我搞的網站上也搞這個東西。很好用的,是FLASH+自定義的圖片和對應的文字的鏈接。最多可定義6組,用|隔開,將下面的代碼插入網頁中即可。
你只需改PICs links texts三個變數
也可以改
focus_width=flash寬度
focus_height=FLASH高度
text_height=文字高度,不想文字出現就設為0
<!-- flash滾動焦點圖 begin -->
<!--焦點圖開始-->
<script type="text/javascript">
<!--
var focus_width=260
var focus_height=164
var text_height=25
var swf_height = focus_height+text_height
var pics='http://image2.sina.com.cn/ty/.jpg|http://image2.sina.com.cn/ty/.jpg|http://image2.sina.com.cn/ty/.jpg|http://image2.sina.com.cn/ty/.jpg|http://image2.sina.com.cn/ty/.jpg|http://ad4.sina.com.cn/200510/31/35395_260x164.jpg'
var links='http://sports.sina.com.cn/z/06wceuroqua/|http://sports.sina.com.cn/z/06wceuroqua/|http://sports.sina.com.cn/z/06wceuroqua/|http://sports.sina.com.cn/z/saihei/|/z/05vbchampions/|http://casting11.allyes.com/main/adfclick?db=casting11^bid=103,1892,1898^cid=0,0,0^sid=2080^advid=51^camid=117^show=ignore^url=http://ad.sina.com.cn/minisite/nian_ci_an/index.html'
var texts='悲情土耳其慘遭淘汰|澳大利亞32年後重進世界盃|捷克順利沖進世界盃|友誼賽國足0-0戰平保加利亞|中國女排0-3完敗於美國|念慈庵枇杷糖與孫楠提醒您注意!'
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ focus_width +'" height="'+ swf_height +'">');
document.write('<param name="allowScriptAccess" value="sameDomain"><param name="movie" value="http://image2.sina.com.cn/bj/zonghe/pixviewer.swf"><param name="quality" value="high"><param name="bgcolor" value="#DADADA">');
document.write('<param name="menu" value="false"><param name=wmode value="opaque">');
document.write('<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'">');
document.write('<embed src="http://image2.sina.com.cn/bj/zonghe/pixviewer.swf" wmode="opaque" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'" menu="false" bgcolor="#DADADA" quality="high" width="'+ focus_width +'" height="'+ swf_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />'); document.write('</object>');
//-->
</script>
<!--焦點圖結束-->
<!-- flash滾動焦點圖 end -->
⑷ 麻煩我提供一個UFT--8的新聞發布系統的網站源碼。如有安裝方法,可以加分
你可以用織夢CMS系統,使用很方便,我一直在用,有UTF-8 和GBK版,是PHP語言編寫的,安裝也很簡單,你在網路上搜 「織夢CMS」,就能找到
⑸ 求asp.net從資料庫里顯示新聞內容和圖片方法與源碼
你的兩種方法都太麻煩 你可以在網上找下富文本編輯器,我用的是freetextbox這種控制項微軟以為可以直者賣接添加到工具里和正常控制項一樣,在freetextbox控制項里輪穗可以插入圖片和文字當提交的時候會成為html語言傳到資料庫,這種方法很簡單 建議你試首桐逗下