I have a map that loads markers from a php database and a form that allows a user to submit their location to be added. When submitted, a new row in the table is created and a new marker is displayed on the map. This works great in Chrome and FF, but when the user submits in IE, the new marker does not load.
In fact, nothing new loads on the map in IE. It appears that IE is using a now-outdated version of the map and won't reload it even if the page is manually refreshed.
How do you get around this? I would really love if the marker displayed in IE.