Friday, November 14, 2008

Ajax ,IE and select Box

If you are struggling with Combo Box values in a AJAX script and combo (selection box) is not passing values then it may be becuase you did not use value="" parametere in combo select box
.For some strange reasons IE6 and iE7 don't pass values of select box until you use option="value"

Labels:

Monday, July 14, 2008

AJAX and Firefox

although FF is a very intelligent Browser as it take care of small mistakes in HTML ,it can be very Picky when it comes to AJAX

Today I found myself struck on a AJAX application which was running good in IE but not in FF only to find the problem was FORM element was started after Table
Moving the form to above table fix all

Labels: , ,