window.open has a parameter in which you can specify the target page. You can supply your entire URL(inclusive of any querystring parameters) here.
On Nov 17, 1:39 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi guys, > > I guys, could anyone share about: how to open new web browser (from link) > and then pass some values into new broweser? I user IE7 > (whether, the new open browser in other Tab or in a new windows browser) > > I use VS 2008 & C# (I still can read VB), and I use several ways to do that: > - linkButton control to open new web browser with PostBackURL, It could but > can not open new web browser. > - javascript:window.Open, It could open a new window but I can not passing > parameter > - Redirect.Response, It just pass value but I can not open new browser > > somebody could help me to solve this problem? > I'm very appreciate that & thax's in Advance > > B'Rgds > > -- > 一日不见如隔百秋 > > It's not what you can get but what you can give that makes you a rich person
