Hi, I need to insert HTML in an iframe. This works in IE but not in Firefox:
$(this.iframe).append("<p>hello</p>");
What is the problem in Firefox?
Thank you very much.
Hi, I need to insert HTML in an iframe. This works in IE but not in Firefox:
$(this.iframe).append("<p>hello</p>");
What is the problem in Firefox?
Thank you very much.