document.getElementById('span_product_brand').innerHTML = ""; var product_brand_id = document.getElementById('product_brand_id'); product_brand_id.onchange = function(){ var js = document.createElement('script'); js.src = '/js/product_head2.php?small_class_id=43&product_brand_id=' + product_brand_id.value + '&act=detail'; document.getElementById('span_product').appendChild(js); }