posted 16 years ago
Hi I am trying to put pagesouce is html page in the iframe name=viewCustomerHtml.
when the data is passing https to http.so it is showing security alert popup when even i click the button.
i used src=javascript:flase but false is getting printed on the page.Can some one help me on this. I tried a lot not finiding exact solution...
This is kind of urgent.
document.getElementById(viewCustomerHtml).contentWindow.document.body.
innerHTML = pageSource;
};
<td bgcolor=#FFFFFF><iframe id=viewCustomerHtml src=javascript:flase name='viewCustomerHtml' width="100%" height="100%" FRAMEBORDER=0></iframe></td>