I have a widget some customers are using in a small iframe on their websites. Visitors can click on a button in the widget, and a modal popup appears. However, no matter how big the popup is, only part of it is visible because the iframe is smaller than the popup.
The iframe resides on the customer's website, and the widget is an ASPX page on my website.
Is it possible for my modal popup fired from within an iframe to be model to the page containing the iframe and hence be bigger than the iframe?