Re: Search Window
From: Jerry Camel (rlrcstr_at_msn.com)
Date: 02/18/04
- Next message: Carter: "Postback after a Response.Writefile()"
- Previous message: Prince: "Re: .NET SDK"
- In reply to: Kevin Spencer: "Re: Search Window"
- Next in thread: Jerry Camel: "Re: Search Window"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 18 Feb 2004 15:54:10 -0500
What about using DHTML dialogs? That seems to work just fine for poppoing
up the window. Now I just have to figure out how to get the returned value
into my code behind module... Any thoughts?
Jerry
"Kevin Spencer" <kevin@takempis.com> wrote in message
news:uX5GLwl9DHA.2524@TK2MSFTNGP11.phx.gbl...
> The only way to create a popup window is to use client-side JavaScript.
The
> function is window.open() and you can add the script to the page using
> Page.RegisterStartupScript() during a PostBack, so that the window opens
> when the page comes back to the browser. You can find details on the
> window.open() method at:
>
>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnproasp/html/windowobjectmethods.asp
>
> --
> HTH,
> Kevin Spencer
> .Net Developer
> Microsoft MVP
> Big things are made up
> of lots of little things.
>
> "Jerry Camel" <rlrcstr@msn.com> wrote in message
> news:OBOyvRl9DHA.2644@TK2MSFTNGP11.phx.gbl...
> > I've got a web form that requires a list of user names. I'd like to
have
> a
> > search form that allows a person to lookup a network user name by
> specifying
> > a first or last name. I can dot he code for the AD lookup, but how can
I
> > pop-up a search window from the web form and have the results sent back
to
> > the original page? Thanks.
> >
> > Jerry
> >
> >
>
>
- Next message: Carter: "Postback after a Response.Writefile()"
- Previous message: Prince: "Re: .NET SDK"
- In reply to: Kevin Spencer: "Re: Search Window"
- Next in thread: Jerry Camel: "Re: Search Window"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|