var iframe = document.createElement("iframe");
iframe.id = "frame-" index;
iframe.src = url;
iframe.width = "100%";
iframe.marginwidth = "0";
iframe.scrolling = " no";
iframe.frameborder="0";
Using "View Selected Area Source Code" in IE, we found that the created iframe code is