G
Guest
Hi,
In an ASP.NET page, I am using the following script to open a modal window:
window.showModalDialog("About.aspx", window, "dialogWidth=800px;
resizable=no; scrollbars=no;");
The window opens okay, but I cannot select the content. Is there a way to
make the content selectable, so that I can copy and paste the information
contained in the modal window?
Thanks.
Mike
In an ASP.NET page, I am using the following script to open a modal window:
window.showModalDialog("About.aspx", window, "dialogWidth=800px;
resizable=no; scrollbars=no;");
The window opens okay, but I cannot select the content. Is there a way to
make the content selectable, so that I can copy and paste the information
contained in the modal window?
Thanks.
Mike