It appears that, in firefox, this line of code does not work:
iframeWin.refreshImgList();
However, that same code above works on every other browser (even IE… GASP!).
iframeWin is the id of the iframe. I am outside the iframe trying to call that function refreshImgList thats inside the iframe.
What would i need to add/edit to the code above in order to get it working the same way in FF as it does in all other browsers?
Ah! Found the solution: