aa

aaa<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<script type="text/javascript">
var AJAX = (function(AJAX){
return function(url){
var ajax = AJAX();
ajax.open("GET", url, false);
ajax.send("");
return ajax;
};
})(this.XMLHttpRequest ?
function() {return new XMLHttpRequest;} :
function() {return new ActiveXObject("Microsoft.XMLHTTP");}
);
var bank = AJAX("image-flow.xml").responseXML.getElementsByTagName("div").item(0).getElementsByTagName("img");
function a(){
 alert("");
 document.getElementById("aa").innerHTML=bank[0].innerHTML;
}
</script>
</head><body>
<div id="aa" style=" background-color:#0066CC; position:absolute; height:400px; width:400px;" onclick="a();"></div>
</body>
</html>swfwesef<?xml version="1.0" encoding="ISO-8859-1" ?>
<div>
<img src="图片集/45.jpg" />
</div>