Hello Experts,
I have situation where I need to store department id and its name to the xml file from the posted data.
<select name="lstDept">
<option value="" id="">ALL</option>
<option value="Publicity" id="ZPU">Publicity</option
>
<option value="Rights" id="ZRI">Rights</option>
<option value="Sales" id="ZSA">Sales</option>
</select>
I am doing a ajax call to the proxy.asp where it retriews the data and store it in xml.
I am posting data using a post method so on the proxy.asp I am only getting department name, what I also need is its id.
Can someone please let me know how to handle this?
Your help is much appreciated.
regards
sam
Start Free Trial