We have a few external buttons that all Send() and a few other methods. As soon as we upgraded to the newest version, yesterday, those buttons stopped working on Mac Safari and Mac FireFox. Here's the following code we use for the buttons.
Code:<a href="#" onclick="getImageUploader('ImageUploader1').DeselectAll();">
<img class="Icon" src="DeselectAllSmall.gif" alt="Deselect All" /> Deselect All</a>
The code works flawlessly on PC FireFox and IE. It seems to not work ONLY on Mac browsers. Please advise!