摘要:
function resizeimg(ImgD,iwidth,iheight) { var image=new Image(); image.src=ImgD.src; if(image.width>0 && image.height>0){ if(image.width/image.height>= iwidth/iheight){ if(image.width... 阅读全文
摘要:
ASP.NET使用NPOI类库导出Excel 阅读全文
摘要:
jQuery获取Select选择的Text和 Value 阅读全文
摘要:
http://junmail.javaeye.com/?page=13&show_full=true 阅读全文
摘要:
http://zhidao.baidu.com/question/61358246.html 阅读全文
摘要:
这次第一次用smarttemplate这个模板,比smarty小巧了很多,但也有些不方便的地方。 smarty可以直接对url进行编码,比如<!--{$var|urlencode}--> 但在smarttemplate里面就好像没有,由于链接是由js提交的,而不是表单提交,所以不能自动编码。 解决办法:采用js对URL中的汉字进行escape编码。 这样点击链接后的效时: 引用:htt... 阅读全文
摘要:
<body><script>function mouseMove(ev){ev= ev || window.event; var mousePos = mouseCoords(ev); document.getElementById('xxx').value = mousePos.x; document.getElementById('yyy').value = mouse... 阅读全文
摘要:
/****************************JCalendar日历控件*@author xx*@date 2010-1-30***************************//**@param year 年份*@param month 月份*@param date 日期*@id 控件触发显示日历的id *//*如果参数不足三个那么就初始化为当天日期*/function JCal... 阅读全文
摘要:
div 定位 阅读全文