473,385 Members | 1,620 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Target for aspx page

I have an aspx page that is always invoked by Response.Redirect calls from
other pages. I want my aspx page to always display in a new browser window.
Since the Response.Redirect calls from the other pages can't inoke _blank as
a target value, is there any way I can ensure that my aspx page always
displays in a new browser window?
Thanks,
Tina
Nov 18 '05 #1
6 1664
why not use javascript instead?
--
Saber S.
http://maghalat.com (Persian)
"T. Seaburn" <ti**********@removespamexcite.com> wrote in message
news:O1**************@TK2MSFTNGP11.phx.gbl...
I have an aspx page that is always invoked by Response.Redirect calls from
other pages. I want my aspx page to always display in a new browser
window.
Since the Response.Redirect calls from the other pages can't inoke _blank
as
a target value, is there any way I can ensure that my aspx page always
displays in a new browser window?
Thanks,
Tina

Nov 18 '05 #2
It's currently a rule here not to use any javascript. as least we use it as
a last resort.
T

"Saber" <saber[-.-AT.--]maghalat.com> wrote in message
news:ek**************@TK2MSFTNGP15.phx.gbl...
why not use javascript instead?
--
Saber S.
http://maghalat.com (Persian)
"T. Seaburn" <ti**********@removespamexcite.com> wrote in message
news:O1**************@TK2MSFTNGP11.phx.gbl...
I have an aspx page that is always invoked by Response.Redirect calls from other pages. I want my aspx page to always display in a new browser
window.
Since the Response.Redirect calls from the other pages can't inoke _blank as
a target value, is there any way I can ensure that my aspx page always
displays in a new browser window?
Thanks,
Tina


Nov 18 '05 #3
You can't open a new window from the server. It's a client-side task that
can be accomplished only with a client-side script.

I am just wondering how many successful asp.net sites has the person who
wrote your rules made?

Eliyahu

"T. Seaburn" <ti**********@removespamexcite.com> wrote in message
news:O$**************@TK2MSFTNGP12.phx.gbl...
It's currently a rule here not to use any javascript. as least we use it as a last resort.
T

"Saber" <saber[-.-AT.--]maghalat.com> wrote in message
news:ek**************@TK2MSFTNGP15.phx.gbl...
why not use javascript instead?
--
Saber S.
http://maghalat.com (Persian)
"T. Seaburn" <ti**********@removespamexcite.com> wrote in message
news:O1**************@TK2MSFTNGP11.phx.gbl...
I have an aspx page that is always invoked by Response.Redirect calls from other pages. I want my aspx page to always display in a new browser
window.
Since the Response.Redirect calls from the other pages can't inoke _blank as
a target value, is there any way I can ensure that my aspx page always
displays in a new browser window?
Thanks,
Tina



Nov 18 '05 #4
That's not true. take an ordinary Hyperlink on any aspx page that links to
another aspx page. set it's target property to _blank and the new aspx page
will pop up in a new browser window. No client script was involved. I'm
just trying to do the same thing from a respnse.redirect that we all often
do from hyperlinks.
T

"Eliyahu Goldin" <re*************@monarchmed.com> wrote in message
news:Ov**************@TK2MSFTNGP15.phx.gbl...
You can't open a new window from the server. It's a client-side task that
can be accomplished only with a client-side script.

I am just wondering how many successful asp.net sites has the person who
wrote your rules made?

Eliyahu

"T. Seaburn" <ti**********@removespamexcite.com> wrote in message
news:O$**************@TK2MSFTNGP12.phx.gbl...
It's currently a rule here not to use any javascript. as least we use
it as
a last resort.
T

"Saber" <saber[-.-AT.--]maghalat.com> wrote in message
news:ek**************@TK2MSFTNGP15.phx.gbl...
why not use javascript instead?
--
Saber S.
http://maghalat.com (Persian)
"T. Seaburn" <ti**********@removespamexcite.com> wrote in message
news:O1**************@TK2MSFTNGP11.phx.gbl...
>I have an aspx page that is always invoked by Response.Redirect calls

from
> other pages. I want my aspx page to always display in a new browser
> window.
> Since the Response.Redirect calls from the other pages can't inoke

_blank
> as
> a target value, is there any way I can ensure that my aspx page always > displays in a new browser window?
> Thanks,
> Tina
>
>



Nov 18 '05 #5
Admitting the mistake in the first statement, thank you, I am still
insisting that you can't make anything more-or-less meaningful in ASP.NET
without good deal of javascripting.

Eliyahu

"GaryB" <gb@nospam.com> wrote in message
news:O$**************@TK2MSFTNGP12.phx.gbl...
That's not true. take an ordinary Hyperlink on any aspx page that links to another aspx page. set it's target property to _blank and the new aspx page will pop up in a new browser window. No client script was involved. I'm
just trying to do the same thing from a respnse.redirect that we all often
do from hyperlinks.
T

"Eliyahu Goldin" <re*************@monarchmed.com> wrote in message
news:Ov**************@TK2MSFTNGP15.phx.gbl...
You can't open a new window from the server. It's a client-side task that
can be accomplished only with a client-side script.

I am just wondering how many successful asp.net sites has the person who
wrote your rules made?

Eliyahu

"T. Seaburn" <ti**********@removespamexcite.com> wrote in message
news:O$**************@TK2MSFTNGP12.phx.gbl...
It's currently a rule here not to use any javascript. as least we use

it
as
a last resort.
T

"Saber" <saber[-.-AT.--]maghalat.com> wrote in message
news:ek**************@TK2MSFTNGP15.phx.gbl...
> why not use javascript instead?
>
>
> --
> Saber S.
> http://maghalat.com (Persian)
> "T. Seaburn" <ti**********@removespamexcite.com> wrote in message
> news:O1**************@TK2MSFTNGP11.phx.gbl...
> >I have an aspx page that is always invoked by Response.Redirect calls from
> > other pages. I want my aspx page to always display in a new browser > > window.
> > Since the Response.Redirect calls from the other pages can't inoke
_blank
> > as
> > a target value, is there any way I can ensure that my aspx page

always > > displays in a new browser window?
> > Thanks,
> > Tina
> >
> >
>
>



Nov 18 '05 #6
a rule not to use javascript - I am very curious as to why ... and who made
the tech choice to go with .NET? obviously they had a great handle on the
workings of the framework ...
"T. Seaburn" <ti**********@removespamexcite.com> wrote in message
news:O$**************@TK2MSFTNGP12.phx.gbl...
It's currently a rule here not to use any javascript. as least we use it
as
a last resort.
T

"Saber" <saber[-.-AT.--]maghalat.com> wrote in message
news:ek**************@TK2MSFTNGP15.phx.gbl...
why not use javascript instead?
--
Saber S.
http://maghalat.com (Persian)
"T. Seaburn" <ti**********@removespamexcite.com> wrote in message
news:O1**************@TK2MSFTNGP11.phx.gbl...
>I have an aspx page that is always invoked by Response.Redirect calls from > other pages. I want my aspx page to always display in a new browser
> window.
> Since the Response.Redirect calls from the other pages can't inoke _blank > as
> a target value, is there any way I can ensure that my aspx page always
> displays in a new browser window?
> Thanks,
> Tina
>
>



Nov 18 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Hazzard | last post by:
I am trying to figure out how to add an additional value to a querystring collection so that when I click on a datagrid cell, there will be a key to distinguish it from another column's...
3
by: sck10 | last post by:
Hello, I am dynamically building the following querystring: http://cost/content_ncb.aspx?qv01=101. How do I add Target=_blank? I have tried http://cost/content_ncb.aspx?qv01=101,Target=_blank...
15
by: dee | last post by:
Hi, I'm curious why MS decided to have Transfer hide the target page's url invisible? Any guesses ? Thanks. Dee.
5
by: Jon via DotNetMonster.com | last post by:
<siteMapNode title="share price" description="Link to Netcall on the London Stock Exchange" url="http://www.yahoo.co.uk" role="" target="_blank" /> Hi all I'm trying to open the Yahoo web...
0
by: David Adams | last post by:
Hi, I have an aspx page that has a series of radio buttons that are autopostback. When a selection is made, the form posts back and displays specific input fields for the radio button selected....
4
by: nesr235 | last post by:
I can't beleive that Microsoft would create the whole Sitemap XML datasource process but not have a TARGET tag. What am I missing? The only place I saw the target tag was at the treeview level. ...
3
by: Shailesh Patel | last post by:
Hi, In old ASP days where one used to use html frame and clicking link in one frame calls that url page and displays in another frame. Same thing, how can I do in aspx pages while using master...
2
by: Miaaa Mukherjee | last post by:
Hello frdz, I have created ASP.Net website in which i have created the main page with the topmenu(which is of images),the middle menu(which is of different links like Home,Contact...
1
by: Matt Winward | last post by:
Hi all. I've got a little problem with my gridview paging and I'm not sure how to resolve it. Basically, I'm handling all aspx requests with my own httphandler. This does a url rewrite, so...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.