Hi folks, I'd very much like to send a form within an iframe (using contentDocument or contentWindow). Therefore I have to distinguish between the beloved Internet Explorer and other (working) browsers. I've came across Browser.Engine.trident (being true for IE) and Browser.Engine.gecko (being true for FF). Does anyone know if only the IE makes the contentWindow approach ? Otherwise I could write:
var doc = (Browser.Engine.trident)? iframe.contentWindow:iframe.contentDocument; Or is there a smoother Moo Way ? Thanks in advance, Jan -- To unsubscribe, reply using "remove me" as the subject.
