Dear All,
I have a static table with values for each row, I am populating different drop downs from these values.
here is a sample of the table
row1[0]: 1 House 00011100 full furinture for all rooms $200000 Cash
row1[1]: 2 Villa 00011200 with garden and roof $2000000 Cash
row1[2]: 3 -------- 00011100 and so on $200000 Cash
row1[3]: 4 -------- 00011100 and so on $200000 Cash
row1[4]: 5 -------- 00011100 and so on $200000 Cash
in the intialize event of the drop down I call this function at the script object to populate the list of the properties as follows:
function fillProperities()
{
var Nrows = form1.variables.v_prop_rows.value;
for(var li=0;li