function searchShopItem(Sel) { var id=Sel.getAttribute('getname'); var xmlhttp = getXmlHttp() xmlhttp.open('GET', 'http://xxx/index1.php?id=' + id, true); xmlhttp.send(null); }