08 2012 档案

摘要:1、JS代码<script type="text/javascript"> function WapTosinaweibo(vid) { var itemname; switch (vid) { case 2: itemname = "30块以内"; break; case 3: itemname = "30-40块"; bre... 阅读全文

posted @ 2012-08-06 14:38 王阿冰 阅读(573) 评论(0) 推荐(0)

摘要:1、JS<script type="text/javascript"> function Tosinaweibo() { var PicURL = document.getElementById('img1').src; // var _t = encodeURI(document.title); var _t = encodeURI("您也来参与一下,一起为中国奥运健儿加油吧!"); // var _url = encodeURIComponent(document.location); ... 阅读全文

posted @ 2012-08-06 13:31 王阿冰 阅读(486) 评论(0) 推荐(0)

摘要:1、后台代码,用ashx处理,输出二进制流图片using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.IO;namespace FootBallCalendar{ public class outimg : IHttpHandler { public void ProcessRequest(HttpContext context) { string strFilePath = context.Serve... 阅读全文

posted @ 2012-08-05 14:48 王阿冰 阅读(183) 评论(0) 推荐(0)

导航