I'm trying to figure out to to open a new page in my onclick event (vb and asp.net).

I know I can do a response.redirect, but how can I tell it to open a new window, with a certain size, without the URL bar?

Thanks!