" parent.frames[0].document.writeln(result) parent.frames[0].document.close() } // handles reloading to make sure that: a) this document doesn't load // into the bottom frame; and b) the most recent state of select objects // is reflected in the bottom frame display. Called by onLoad=. function checkFraming() { if (window == parent.frames[0]) { // true if doc is in wrong frame parent.frames[1].showImage(parent.frames[1].document.forms[0]) } else showImage(this.form) }
Select a picture for viewing