
ASP.NET网页编程
文章平均质量分 76
wangzy_baal
这个作者很懒,什么都没留下…
展开
-
在网页上播放mav文件
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject" align="原创 2009-01-16 22:27:00 · 814 阅读 · 0 评论 -
ASP.NET2.0 文本编辑器FCKeditor使用方法详解
FCKeditor是目前最好的html文本编辑器,如果还不明白的话看了下图就知道了效果图:那么为什么说是FCKeditor的冰冷之心呢?这不是哗众取宠,主要是说它使用起来有点麻烦,下文就详细说明如何搞定这玩意儿。1.FCKeditor的官方网站是:http://www.fckeditor.net/download 目前最新的FCKeditor 2.4.2版本。请在此页下载:http://s转载 2009-01-16 22:56:00 · 292 阅读 · 0 评论 -
通过层来实现渐淡淡出
function makevisible(cur,which){ if (which==0) cur.filters.alpha.opacity=100 else cur.filters.alpha.opacity=50 } ywicc.com原创 2009-03-10 10:14:00 · 258 阅读 · 0 评论 -
asp.net页面间变量值传递的方法
第一种方法:通过URL链接地址传递send.aspx: protected void Button1_Click(object sender, EventArgs e){Request.Redirect("Default2.aspx?username=honge");}receive.aspx: string username = Request.原创 2009-03-07 22:41:00 · 440 阅读 · 0 评论 -
ASP.NET页面刷新的实现方法:
ASP.NET页面刷新的实现方法: 第一:C# code <!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->private void Button1_Click( object sender, System.Event转载 2010-03-02 12:19:00 · 306 阅读 · 0 评论