You need to use window.open in a piece of client side code. See the
following article for a discussion of window.open and how to control the
look of the resulting new browser window:
ok - I got a sample to work but it's all ASP. My app is
using ASP.NET and I can't figure out where to put the
window.open call on the client side since the code-behind
is processing the button click.