I was testing my application in MAC MS Internet Explorer
My webpage consists of two dropdowns.
One country dropdown and the other is Price dropdown.Both are populated on fly.I am using html tag <optgroup> tags inside dropdown to categorise.
for Both dropdowns there is onchange() function.
1) First time display is okay.
2) When i do an onchange() on any of the dropdown,
data displayed will be mixed.ie, few countries will be shown and
after that prices will shown in the Country dropdown and in the
pricedropdown first few prices will be shown and then countries will be
listed.
I have checked the source code there is no change in both the
cases( 1 and 2).
Can anybody help me to solve this problem its very urgent
Or is it a bug with MAC MSIE
My webpage consists of two dropdowns.
One country dropdown and the other is Price dropdown.Both are populated on fly.I am using html tag <optgroup> tags inside dropdown to categorise.
for Both dropdowns there is onchange() function.
1) First time display is okay.
2) When i do an onchange() on any of the dropdown,
data displayed will be mixed.ie, few countries will be shown and
after that prices will shown in the Country dropdown and in the
pricedropdown first few prices will be shown and then countries will be
listed.
I have checked the source code there is no change in both the
cases( 1 and 2).
Can anybody help me to solve this problem its very urgent
Or is it a bug with MAC MSIE