[eluser]pickupman[/eluser]
Well it appears you are taking the response returned by your ajax call then using:
Code:
document.frm_add.ad_price.options = new Option(newVal, newVal);
To add new option/value pairs to the select box. Just append the response to an html element instead if you are just wanting to display the text. Also, any reason for not using CI syntax in ajaxcommon2.php?
Also, please try using the code button in the editor when posting code. It will make it a lot easier for everyone to read.