tamilsoft
Jun 12th 2007, 11:13 am
Hi,
I got the follwing error,while creating a dynamic iframe with remote url using javascript.
"Internet Explorer cannot open the Internet Site www.mydomain.com
Operation Aborted";
Here is My Code:
var iframe = document.createElement("iframe");
iframe.setAttribute("src", "http://www.someotherdomain.com/test.html");
iframe.setAttribute("scrolling", "no");
iframe.setAttribute("frameBorder", "0");
iframe.setAttribute("height","400");
iframe.setAttribute("width","300");
document.body.appendChild(iframe);
Please help me to overcome this.
I got the follwing error,while creating a dynamic iframe with remote url using javascript.
"Internet Explorer cannot open the Internet Site www.mydomain.com
Operation Aborted";
Here is My Code:
var iframe = document.createElement("iframe");
iframe.setAttribute("src", "http://www.someotherdomain.com/test.html");
iframe.setAttribute("scrolling", "no");
iframe.setAttribute("frameBorder", "0");
iframe.setAttribute("height","400");
iframe.setAttribute("width","300");
document.body.appendChild(iframe);
Please help me to overcome this.