473,395 Members | 1,456 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,395 software developers and data experts.

Forcing display in new browser

I have an aspx page: myPage.aspx that I want to always display in a new
brower window regardless of how it gets invoked i.e. hyperlink,
response.redirect, server.transfer. Is there something I can embed in the
HTML to cause this? Maybe some javascript or something like that?

Thanks in Advance,
tin man
Nov 19 '05 #1
3 1113
nope. There is no way for the page to know until it loads

--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Tin Man" <ti****@removespamexcite.com> wrote in message
news:eY****************@tk2msftngp13.phx.gbl...
I have an aspx page: myPage.aspx that I want to always display in a new
brower window regardless of how it gets invoked i.e. hyperlink,
response.redirect, server.transfer. Is there something I can embed in the
HTML to cause this? Maybe some javascript or something like that?

Thanks in Advance,
tin man

Nov 19 '05 #2
I know that if I have a target="_blank" in the html it will cause a new
browser to display the page. I am wondering if it could be done somehow
with response.redirect.

Maybe I could have a hidden hyperlink and modify that hyperlink from code?
tin man

"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:%2******************@TK2MSFTNGP09.phx.gbl...
nope. There is no way for the page to know until it loads

--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Tin Man" <ti****@removespamexcite.com> wrote in message
news:eY****************@tk2msftngp13.phx.gbl...
I have an aspx page: myPage.aspx that I want to always display in a new
brower window regardless of how it gets invoked i.e. hyperlink,
response.redirect, server.transfer. Is there something I can embed in the
HTML to cause this? Maybe some javascript or something like that?

Thanks in Advance,
tin man


Nov 19 '05 #3
Cant. Response.Redirect has no option since a "window" is a client side
issue. You'll have to pass the call back to the client to open in a new
windoe

--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Tin Man" <ti****@removespamexcite.com> wrote in message
news:Oz****************@TK2MSFTNGP10.phx.gbl...
I know that if I have a target="_blank" in the html it will cause a new
browser to display the page. I am wondering if it could be done somehow
with response.redirect.

Maybe I could have a hidden hyperlink and modify that hyperlink from code?
tin man

"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:%2******************@TK2MSFTNGP09.phx.gbl...
nope. There is no way for the page to know until it loads

--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Tin Man" <ti****@removespamexcite.com> wrote in message
news:eY****************@tk2msftngp13.phx.gbl...
I have an aspx page: myPage.aspx that I want to always display in a new
brower window regardless of how it gets invoked i.e. hyperlink,
response.redirect, server.transfer. Is there something I can embed in
the HTML to cause this? Maybe some javascript or something like that?

Thanks in Advance,
tin man



Nov 19 '05 #4

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

Similar topics

1
by: duane | last post by:
Dear Experts: I have a problem. When you enter the website I am working on, wherever you go within the website, the URL address on the website will display: "http:\\..\index.html", whether...
3
by: William Park | last post by:
(Cross-posted because I use Mozilla Firefox, but I think it's also CSS issue.) Usually when I move mouse over a link, the URL is displayed at the bottom on "status line". On some website,...
3
by: Dave | last post by:
We are developing a web page that shows large graphics. To provide more screen space for the graphics, we allow the user to popup a window that places itself over the top part of the browser. This...
3
by: Rennie deGraaf | last post by:
Is it possible to force adjacent block elements to have the same height, without specifying that height? In this page (http://pages.cpsc.ucalgary.ca/~degraaf/test/index3.html), I have a bunch of...
3
by: Julie | last post by:
I have an html file where I display name,address,zip. It is one per line so it is basicall a list of addresses. But I would like ie6 to force the download prompt of this long list of names...
4
by: randmCP | last post by:
Hi and thanks in advanced for you help. I am working on a file-distribution asp.net application. Users click on a custom grid column to download files stored on a SQL DB. The client does not want...
0
by: damiensawyer | last post by:
Hello all, I have a master page that hosts an ASCX control and a contentplaceholder. The control displays a list of document headings. When the user clicks on a heading, I wish to redirect to...
3
by: john.carbonette | last post by:
Hi people, I've looked around but have not been to find an answer for my question. I'm looking to force a length of 4 on an integer field. Example if the field contains an 11, I would like to show...
4
by: ATS16805 | last post by:
Hi. I wonder if it's possible to "force" a browser to "switch to SSR mode" for any given document. Specifically, I'm looking for a solution, not to a User Agent issue (i think), but a coding idea;...
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: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.