6.
$("#ticket").html("<div class=\"mplb_ts02Gray02\"
align=\"center\"><imgsrc='/www2009/images/wymp/loading.gif'align='absmiddle'/>搜索中... ...</div>");
7.
},
8.
success:function(msg){
9.
$("#ticket").html(msg);
10.
$("input[name='checkbox6']").each(function(){
11.
if(this.checked==true && this.value!="checkbox")
12.
{
13.
$("#"+this.value).show();
14.
}
15.
});
16.
},
17.
error:function(){
18.
$('#ticket').html( '<div class="mplb_ts02Gray02"
align=\"center\">对不起,查询出错!</div>');
19.
}
20.
});
Prototype ajax
<scriptlanguage=javascript src="/www/js/getCombHotelPrice.js">
</script>
<script type="text/javascript">
Event.observe(window,'load',function(){