日期:2014-05-17 浏览次数:20441 次
var father_url = parent.location.href;
var pic = document.getElementById("html_image");
if (father_url == "http://www.abcd.com/html.html") {
pic.src = "http://image15-c.poco.cn/mypoco/myphoto/20131024/23/6497733820131024232633033_640.jpg";
}
var father_url = parent.location.href;
$(function(){
var father_url = 'http://www.abcd.com/html.html';
var pic = document.getElementById("html_image");
if (father_url == "http://www.abcd.com/html.html") {
pic.src = "http://image15-c.poco.cn/mypoco/myphoto/20131024/23/6497733820131024232633033_640.jpg";
}
});