摘要: 主页面(要求刷新的页面)要求每一分钟刷新一次系统时间 //创建httpRequest对象 //显示平台系统时间 getSystemTime.jsp //获得系统的当前时间,也就是输出结果的页面 Ajax.js function makeRequest(url) { http_request = false; if ... 阅读全文
posted @ 2007-09-07 17:23 columbus.yan 阅读(833) 评论(0) 推荐(0) 编辑
摘要: C# Visual Studio 2005中RichTextBox保存文件为rtf格式 SaveFileDialog saveFile1 = new SaveFileDialog(); // Initialize the SaveFileDialog to specify the RTF extention for the file. saveFile1.DefaultExt = "*.rtf"... 阅读全文
posted @ 2007-09-07 16:05 columbus.yan 阅读(1176) 评论(0) 推荐(0) 编辑