How to use 'Invoke Javascript Function' to fire
Hello,There is a web page that fires an event when user select the pull-down menu(combo box). e.q. <body> <select> <option>apple</option> <option>orange</option> <option>banana</option> </select> <script> $('select').change(function...