2005年9月18日

设为首页代码大全(http://www.netbei.com/Article/art/art1/200409/2587.html)

摘要: http://www.netbei.com/Article/art/art1/200409/2587.html加入收藏夹,设为首页代码 把以下代码相应位置 加入收藏设为首页 自动(强制)设为首页代码 下载压缩文件,里面有说明: 点击浏览该文件 鼠标指向时提示设为首页 将下列代码插入区中: 设为首页 打开页面时自动弹出窗口询问是否设为首页将以下代码放在之间: ... 阅读全文

posted @ 2005-09-18 22:55 cy163 阅读(4992) 评论(0) 推荐(0) 编辑

How to import data from a text file to a ACCESS table

摘要: Step1: Open Microsoft AccessStep2: Click "FILE" Step3: Select "Get External Data"Step4: Select "Import" 阅读全文

posted @ 2005-09-18 12:18 cy163 阅读(290) 评论(0) 推荐(0) 编辑

2005年9月17日

各大网站都会在首页的上方两侧左右各挂一幅flash动画广告

摘要: http://bbs.iwebhome.net/index.php?showtopic=2192你细心留意一下各大网站都会在首页的上方两侧左右各挂一幅flash动画广告,而该广告只是在用户的分辨率大于1024的情况下才显示,而在800的环境下是没有的,怎样实现呢?根据个人工作的总结把实现上面的功能代码写出来,以作备忘和方便有需要的朋友:lrbars.jsvar rightbar;var coupl... 阅读全文

posted @ 2005-09-17 23:13 cy163 阅读(955) 评论(0) 推荐(0) 编辑

2005年9月4日

Scott Cadillac(http://custom.softwarefor.net/)

摘要: My name is Scott Cadillac, I live in Calgary Alberta, Canada. And I am a custom software solution provider for businesses of all sizes, locally and remotely. The custom software I build utilizes the ... 阅读全文

posted @ 2005-09-04 20:04 cy163 阅读(394) 评论(1) 推荐(0) 编辑

bool DownloadFile(string sURL, ProgressBar pProgress, string Filename)(文件下载,进度条)

摘要: Hi all I want to know how can I get the size of the file being downloaded and the progress status so I can put it in a progress bar. Code: Dim web As New System.Net.WebClient() ... 阅读全文

posted @ 2005-09-04 20:03 cy163 阅读(1446) 评论(0) 推荐(0) 编辑

Is is possible to programmaticaly save a graphic forma given URL(文件下载,进度条)

摘要: http://www.webnewsgroups.net/group/microsoft.public.dotnet.languages_vb/topic8437.aspxOk.. Maybe I am trying the wrong approach. If given a URL to a graphic, I want to save that graphic to a local fil... 阅读全文

posted @ 2005-09-04 20:00 cy163 阅读(429) 评论(0) 推荐(0) 编辑

Anatomy of a ProgressBar for ASP.NET(下载文件,进度条)

只有注册用户登录后才能阅读该文。 阅读全文

posted @ 2005-09-04 19:58 cy163 阅读(351) 评论(0) 推荐(0) 编辑

2005年8月22日

javascript事件查询综合

摘要: javascript事件查询综合http://dev.21tx.com/2005/03/26/11480.htmlclick() 对象.click() 使对象被点击。closed 对象.closed 对象窗口是否已关闭true/falseclearTimeout(对象) 清除已设置的setTimeout对象clearInterval(对象) 清除已设置的setInterval对象c... 阅读全文

posted @ 2005-08-22 18:13 cy163 阅读(359) 评论(0) 推荐(0) 编辑

input type="button" onClick="this.disabled=true;document.getElementById(btnSend) .click();value="Go!"

摘要: How to call a javascript function from a HTML button on a user control http://www.issociate.de/board/post/245473/How_to_call_a_javascript_function_from_a_HTML_button_on_a_user_control.htmlI have a use... 阅读全文

posted @ 2005-08-22 18:11 cy163 阅读(4963) 评论(1) 推荐(0) 编辑

ASP.NET Client-Server Interaction

摘要: http://www.tgreer.com/aspnet_html_03.htmlASP.NET Client-Server Interaction "Halt App Until JavaScript Confirm Dialog Clicked". "JavaScript in code-behind problem". "How to fire ASP.NET code from Java... 阅读全文

posted @ 2005-08-22 18:09 cy163 阅读(499) 评论(0) 推荐(0) 编辑

导航