Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
310
WebDialogWindow iFrame Border
posted

How do I get rid of the iframe border that appears on the inside of the WebDialogWindow? I tried doing the following in Javascript with no luck.

var dialog = $find("<%=WebDialogWindow1.ClientID %>");

var iframe = dialog.get_contentPane().get_iframe();

iframe.setAttribute("frameBorder", "0");

Parents
No Data
Reply
  • 310
    posted

    I still haven't had any luck with this doing it through Javascript. I attempted to try to do it in C# but I can't seem to find a way to access the properties of the iframe.

Children