知识在于积累(.NET之路……)

导航

2010年4月8日 #

CuteEditor在线编辑器的使用(转)

摘要: CuteEditor for ASP.NET中文版是建立在Html基础之上,最简单易用、功能最强大的所见即所得Asp.net在线编辑器.CuteEditor可以帮助Asp.net开发者轻松的对原来文本框(Textarea)中的内容(包括文字、图片等Html内容)进行编辑,更重要得是这些内容编辑的实现是所见即所得方式。CuteEditor还集成了文件(包括图片、文档等)上传、媒体(包括视频、声音等)... 阅读全文

posted @ 2010-04-08 13:43 汤尼 阅读(220) 评论(0) 推荐(0)

JS判断上传图片的格式是否正确

摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->function checkinfo() { var uploadphoto=document.getElementById("uploadPhoto"); var str = uploadphoto.value; var tt = false; if(uploadphoto.value=="") { alert('请添加上传的图片!' 阅读全文

posted @ 2010-04-08 13:34 汤尼 阅读(329) 评论(0) 推荐(0)