Re: deciding to open new window serverside
- From: "Charlie Garrett-Jones" <nobody@xxxxxxxxxxx>
- Date: Mon, 23 Jan 2006 02:12:08 GMT
thanks again for the response.
the "parameter window" and the "parameter form" are the same window.
essentially, i would like to know whether there is some html or header that
i can manipulate serverside to either populated the calling browser window
or open a new window and populate that. no asp here.
thanks in advance.
charlie garrett-jones
"McKirahan" <News@xxxxxxxxxxxxx> wrote in message
news:UcadneZYBOF2k0neRVn-gw@xxxxxxxxxxxxxx
> "Charlie Garrett-Jones" <nobody@xxxxxxxxxxx> wrote in message
> news:rtTAf.202207$tl.78223@xxxxxxxxxxx
>> thanks for the reply,
>>
>> but this would be for one window writting to another, correct? i want to
> be
>> able to write to the parameter window or a open a new window and decide
> this
>> server side. is javascript the way to go here?
>>
>> charlie garrett-jones
>>
>> > "Charlie Garrett-Jones" <nobody@xxxxxxxxxxx> wrote in message
>> > news:YHcAf.410998$ki.346394@xxxxxxxxxxx
>> >> i have a server side generated web application that provides parameter
>> > forms
>> >> and always opens the associated reports in a new browser window. the
> code
>> >> that controls the opening of the new browser window is simply html
>> >> target='_blank'. but now there is some business rules that may be
> checked
>> >> server side only. so if the data provided fails, i want the same
>> >> target
>> >> window as the parameter form and if it passes i want a new window.
>> >>
>> >> can anyone provide me with some clues as to the best method of doing
>> >> this?
>> >>
>> >> thanks in advance.
>
> Sorry but I don't really understand what your trying to do.
>
> What is a "parameter window" or "parameter forms"?
>
> Perhaps you want Server.Execute() or Server.Transfer()
>
> The New ASP 3.0 Server Methods
> <URL: http://www.15seconds.com/issue/010220.htm>
>
> "The Server.Execute method is a new ASP method, introduced with IIS 5.0
> for
> a first time. You can execute a child ASP page with the Server.Execute and
> treat the child ASP page as part of the main page."
> <URL: http://www.aspdev.org/articles/asp-server.execute/>
>
>
.
- Follow-Ups:
- Re: deciding to open new window serverside
- From: McKirahan
- Re: deciding to open new window serverside
- References:
- deciding to open new window serverside
- From: Charlie Garrett-Jones
- Re: deciding to open new window serverside
- From: McKirahan
- Re: deciding to open new window serverside
- From: Charlie Garrett-Jones
- Re: deciding to open new window serverside
- From: McKirahan
- deciding to open new window serverside
- Prev by Date: Re: Alternate row colours
- Next by Date: Re: Images don't load when using JavaScript in SRC= attribute for FireFox
- Previous by thread: Re: deciding to open new window serverside
- Next by thread: Re: deciding to open new window serverside
- Index(es):
Relevant Pages
|