﻿//html传递参数
var myurl,canshu;
if (document.location.search == ""){
myurl= "无参数";
}
else{
myurl= document.location.search.substr(1);
}
//alert(myurl)
canshu = myurl.split("|");
//alert(canshu[0]);
document.writeln("<iframe src=\"http://www.lgmi.com/info/hangqing_gjg.asp?txtthecity="+canshu[0]+"&txtarticleid="+canshu[1]+"\" frameborder=\"0\" scrolling=\"no\" width=\"700\" height=\"880\"></iframe>");
