12-13-2012 08:43 PM
I have a web-app with a drop donw menu. When i select a velue, i fire some code. This wokred in the older OS but as i upgraded to 10.0.9.1675 the code stopped working.
MY <select> looks as follows:
<select name="options" size="7" id="asdf" onChange="changed();">
And i've put a single alert in this changed() function now, but it's still not firing. ![]()
Any help will be highly appreciated.
12-18-2012 03:09 AM
Anybody?