Nexus,
по вот этому подскажите где ошибка?
<form method="POST" action="" id="form_engine" name="form_engine">
<select class="proso_engine" width="100%" id="proso_engine" name="engine_php" onclick="komm();">
<option value="0" title="" price-engine="0"><?=GetMessage("AK_04");?></option>
<?$i=0;foreach($arResult['ENGINES'] as $engine):?>
<option value="<?=$engine['DETAIL_PAGE_URL']?>" title="" price-engine="<?=intval($engine['PRICE']['VALUE'])?>" product="<?=$engine['NAME']?>"><?=substr($engine['NAME'], 0, 48)?> - <?=intval($engine['PRICE']['VALUE'])?> <?=GetMessage("AK_07");?></option>
<?endforeach;?>
</select>
$("select.proso_engine").change(function() {
function komm(){
$.ajax({
type: "POST",
url: '/ajax.handler.php',
data: {price-engine: '<?=intval($engine['PRICE']['VALUE'])?>'},
});
};
});
задача все таже, отправить атрибут price-engine в файл ajax.handler.php