(frameRef)
| 1 | var tests = []; |
| 2 | |
| 3 | function iframeRef(frameRef) { |
| 4 | return frameRef.contentWindow |
| 5 | ? frameRef.contentWindow.document |
| 6 | : frameRef.contentDocument; |
| 7 | } |
| 8 | |
| 9 | function showNodes(decoder) { |
| 10 | var iframe = iframeRef(document.getElementById("scrwin")); |