摘要: 1.保存html页面到word 复制代码 代码如下:<HTML> <HEAD> <title> </title> </HEAD> <body> <form id="form"> <table id = "PrintA" width="100%" border="1" cellspacing="0" cellpadding="0" > <TR style="text- 阅读全文
posted @ 2011-09-28 16:06 易尔购 阅读(3229) 评论(0) 推荐(0) 编辑
摘要: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xml 阅读全文
posted @ 2011-09-28 16:00 易尔购 阅读(1935) 评论(0) 推荐(0) 编辑
摘要: 下载网址是http://www.microsoft.com/downloads/details.aspx?familyid=56E5B1C5-BF17-42E0-A410-371A838E570A&displaylang=en,Microsoft SQL Server Database Publishing Wizard 1.1工具和sql2005的向导工具很类型,不过没有sql2005向导工具的可选项多,不过还是可以的,至少生成的表的创建脚本在sql2000中执行没有问题。 阅读全文
posted @ 2011-09-28 14:24 易尔购 阅读(173) 评论(0) 推荐(0) 编辑
摘要: // Declare the variables var Excel, Book;// Create the Excel application object. Excel = new ActiveXObject("Excel.Application");// Make Excel visible. Excel.Visible = true;// Create a new work book. Book = Excel.Workbooks.Add()// Place some text in the first cell of the sheet. Book.ActiveS 阅读全文
posted @ 2011-09-28 14:22 易尔购 阅读(1414) 评论(0) 推荐(0) 编辑