I have included a slideshow plugin that generates an in-line java script to show the images in rotation
This appears periodically to cause IE a problem loading the page. I tried applying the fix suggested in the FAQ but it made no difference.<div class="moduletable">
<div class="phocagalleryslideshow" style="text-align:center;">
<script type="text/javascript">
fadeimages1228163483 = new Array();
fadeimages1228163483[0] = [ .... etc.
fadeimages1228163483[8] =
fadeimages1228163483[9] = ..... '];
new fadeshow(fadeimages1228163483, 200, 300, 0, 5000, 1, 'R')
</script>
</div>
</div>
The above web link talks about ...
What caused the operation aborted error?
The operation aborted dialog in Internet Explorer 7 is triggered by an HTML parsing exception that occurs when all the following specific conditions are met:
The HTML file is being parsed
Script is executing
The executing script attempts to add, or remove an element from an unclosed ancestor in the markup tree (not including the script block's immediate parent element).
Is there a fix or work around to this issue yet.
Apologies if I have repeated a known problem - I am new to Phoca Gallery and Joomla.... and to web forums.

