PDA

View Full Version : Problem in MAC MSIE




paisarvotham
Jan 13, 2005, 02:17 AM
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



rozwell
Jan 13, 2005, 02:37 AM
does it work on MSIE PC? how about firefox/ netscape? if it just doesnt work on MSIE for Mac but it works in other browsers, i wouldnt worry about it, because not to many people use it anymore, and if they do, its time to switch.

paisarvotham
Jan 13, 2005, 03:44 AM
Hi Roz

Its working for all other browsers.
Even in MAC it works on Netscape and Mozilla.