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");