<center>
<form id="f1">
<textarea name="textcontent" id="styled" cols="40" rows="4"></textarea>
<br>
<input onclick='JavaScript:xmlhttpPost("/cgi-bin/test.py")' type="button" value="Show" class="blue"/>
<br><br>
<div id="qList">
<img id="loading_image" src="ajax-loader.gif"/>
</div>
</form>
</center>
Show
我希望在单击按钮时出现代码中显示的图像,并将图像替换为 python 文件返回的内容。
我知道我可以使用这个脚本onclick="$('#loading_image').show();"
,但我怎样才能让它们一起执行,以便将图像替换为其他内容?