Progress Bar Tests
Tested in IE 6-8, Opera 11, Chrome 9, Safari 4, Firefox 3.5
Test 1 - showModelessDialog (PASS - IE ONLY)
Works perfectly; my ideal solution.
Test 2 - showModalDialog (FAIL - ALL BROWSERS)
Test 3 - window.open (PASS - IE, FAIL - ALL OTHERS)
Test 4 - iframe (FAIL - ALL BROWSERS)
Test 5 - setTimeout and continuation (PASS - ALL BROWSERS)
Note that zero timeout can be instantaneous on some browsers in relation to the loop I am running.
Test 6 - Worker (PASS - OPERA + FIREFOX, FAIL - OTHER BROWSERS)
Test 7 - Progress (PASS - OPERA, FAIL - ALL OTHER BROWSERS)