function buyClothSub(thisform){ // var x = thisform.selectSize.selectedIndex; // var ID = thisform.selectSize[x].value; // var urlStart = "http://www.napalmrecords.com/product_info.php?products_id=11312&osCsid=b57952a518f01035139db6ec0c35cf4c"; // urlStart = urlStart+"&action=buy_now&products_id="+ID; // window.location.href = urlStart; var x = thisform.selectedIndex; var ID = thisform[x].value; var urlStart = "http://www.napalmrecords.com/product_info.php?products_id=11312&osCsid=b57952a518f01035139db6ec0c35cf4c"; urlStart = urlStart+"&action=buy_now&products_id="+ID; window.location.href = urlStart; } function buyCloth(thisform){ var ID = thisform.value; var urlStart = "http://www.napalmrecords.com/product_info.php?products_id=11312&osCsid=b57952a518f01035139db6ec0c35cf4c"; urlStart = urlStart+"&action=buy_now&products_id="+ID; window.location.href = urlStart; } function ChangeArticle(select){ var ID = select.options[select.options.selectedIndex].value; var link = "product_info.php?products_id=" + ID; window.location.href = link; } //-->
|
|
|