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!
Printable View
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!
check here to see if this fits you.
cheers,
wc.
here is a very good way to do it from the server.
( this is from dotnet2themax.com) and you could find all the code which could help you to create a class to be use in any project.
I tried to wrote you all the url but it seems that this is not allowed, but i encourage to visit this site.
http://www.dotnet2themax.com/<br /> ...6f-a6-e9-6f952
Hope this help, to me was very helpful