niall29 Posted October 4, 2004 Posted October 4, 2004 Hello all, I am using Page.Response to on a click event to open a webform and to carry info from the first page and put it into the Second, but the second page opens in the same window as the first. Is it possible to open the second page in a new window using VB code or what would be the best way to do it. Thanks in advance Quote
Arch4ngel Posted October 4, 2004 Posted October 4, 2004 Javascript. window.open(.....) Quote "If someone say : "Die mortal !"... don't stay to see if he isn't." - Unknown "Learning to program is like going out with a new girl friend. There's always something that wasn't mentioned in the documentation..." - Me "A drunk girl is like an animal... it scream at everything like a cat and roll in the grass like a dog." - Me after seeing my girlfriend drunk and some of her drunk friend. C# TO VB TRANSLATOR
wessamzeidan Posted October 4, 2004 Posted October 4, 2004 RegisterStartupScript("sc","<script>window.open("myurl")</script>") Quote Proudly a Palestinian Microsoft ASP.NET MVP My Blog: wessamzeidan.net
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.