Step 1:-Im using google map javascript API to load the map in browser
Step 2:-Im trying to draw polygon for all the countries and continents and stroking different colors using
google.maps.Polygon. It works well in IE 9 & Above.
But in IE8 it is failing.
Two problems are occuring in IE8
problem 1:- "Stop running this script" Alert is coming(Got temporary solution to hide the alert).
Please release any patch for IE8 which resolves the issue
or any other solution which could be the permanent fix.
Temporary Solution for Problem 1 found:-
I got the temporary solution for problem 1 from the post
"http://support.microsoft.com/kb/175500". Here End user has to do some work around.
In Regedit, if he as admin privillages,which is not practical.
problem 2:- Polygon getting disturbed.
For problem 2 i didnt get any work around solution. Same is working fine in IE9 and above.
In IE 8 it is failing.
Please help to find some fix.