07 2008 档案

摘要: 脚本代码如下:function big(o){var zoom=parseInt(o.style.zoom, 10)||100;zoom+=window.event.wheelDelta/12;if (zoom>0) o.style.zoom=zoom+'%';return false; }例子:<%@ Page Language="C#" AutoEventWireup="true"...阅读全文
posted @ 2008-07-15 18:30 liyundong 阅读(235) | 评论 (0) 编辑