您好使用下面的代碼調用我的圖像代碼刷新問題在IE 8中
這裏「captchaController.do」是springController。
<img name="captchaImage" id="captchaImage" src="captchaController.do" width="150px" height="30px"> <A href="#" class="standardLink" name="refreshImage" id="refreshImage" onClick="javascript:refreshImageCode();">Refresh</A>
/* This is used to refresh the image code*/
function refreshImageCode(){
$("#captchaImage").attr("src", "captchaController.do");
}
其工作很好的IE6,但在IE8中的問題。什麼都不會發生。不顯示圖像
請幫
你能更具體地說明問題是什麼嗎?你期望看到你沒有得到什麼結果? –
編輯的問題 – Vicky