javascript
微风扫山岗
a simple person
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
WEB打印大全
1、控制"纵打"、 横打”和“页面的边距。 (1) function SetPrintSettings() { // -- advanced features factory.printing.SetMarginMeasure(2) // measure margins in inches factory.SetPageRange(false, 1, 3) // need转载 2004-07-22 13:50:00 · 1728 阅读 · 0 评论 -
解决img的src在firefox,IE7-8下,无法动态加载的问题
需求:登录页的验证码图片,单击刷新。 用juery事件绑定, $("#captcha").bind('click', function(){ $(this).attr('src', 'captcha.htm'); //document.getElementById("captcha").setAttribute("src", 'captcha.htm'); });原创 2012-05-11 15:35:34 · 7056 阅读 · 0 评论
分享