I am trying to display Master Detail List in iframe.
On IE9 and IE10, a link to display child records on inline list does not work.
It works fine on Firefox, Chrome and IE8.
The debugging console in IE9 (push F12) shows an error
SCRIPT5022: DOM Exception: INVALID_CHARACTERERR (5)
RunnerAll.js, line 1399 character 52
Line 1399 is
var frameId='uploadFrame'+this.id;if(Runner.isIE){this.ioEl=document.createElement('<iframe name="'+frameId+'"/>');}else{this.ioEl=document.createElement('iframe');this.ioEl.setAttribute('name',frameId);}
Does anybody know any workaround?
Regards,
Kuni