//用于点击验证码时更改图片, 杨波, 2008.09.05 function RndCode(o){ o.src="/code.do?id=" + Math.floor(Math.random()*99999+1); }