Name the parent before you open the pop-up so you can use the parent/child
relationship
Susan
Joe Fox wrote:
> I have a web application I am building that has a pop-up window to select
> a college name. The window pops-up, you make your college choice, and all
> is good... but right now, i'm having to choose between it refreshing the
> page it is returning the value to (page6.asp) or closing the annoying pop-
> up window. I tried using the Response.Redirect method, but since you can't
> pass it a target, it doesn't work. I tried putting the page6.asp and the
> target in the action of the form, but then the client-side scripting
> doesn't run (it's dependent on the form being submitted back to the page.)
> If there's another a way to just have the page close when the user clicks
> the Submit button, I'd be willing to work with that also.
>
> Thanks!
>
> Joe