It may seem a weird problem... but I can not get value field data from combo selection on the production server. Instead I get the selected text. The combo is populated from a db table at runtime....
x = combo1.value
x is supposed to hold the selected data from value property. instead it get the selected text. This problem only occurs when I publish the website to my hosting server. On the development machine it works like a breeze just as expected. Please help me... I'm very much stuck with it now.