document.getElementById('span_small_class').innerHTML = ""; function show_product_brand_search(small_class_id) { var tag = document.getElementById('script_product_brand'); tag.src="http://product.pchome.net/js/product_brand.php?small_class_id="+small_class_id; if(tag.src!="http://product.pchome.net/js/product_brand.php?small_class_id="+small_class_id){ var tag1=document.createElement('script'); tag1.setAttribute('src',"http://product.pchome.net/js/product_brand.php?small_class_id="+small_class_id); document.getElementById('script_product_brand').appendChild(tag1); } }