I have an aspx form from which I would like to pop up a new window. I can do that using an ASP.Net hyperlink control with the Target value set to "_blank". How can I control the dimensions of the new window? I would like it to be quite a bit smaller than the main window.
I have seen various solutions poking around on Google, but I'm wondering if there is a very simple solution that works within the ASP.Net control.
Thanks, ted
Start Free Trial