473,406 Members | 2,816 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,406 software developers and data experts.

New instance of browser

vs2002 win xp web forms

How can I "open in new browser" with response.redirect or any other way?

Thanks
Nov 20 '05 #1
4 1223
Hi Tony,

As far as I know, No you are always processing one aspx page (session) at a
time.

Cor
Nov 20 '05 #2
Hi Cor,
Thanks for your help.
I must be asking my question incorrectly, there has got to be a way.
Someone visits your website and you do not want them to leave your website.
There are links to http://www.msn.com on your page. I just want to send
them to www.MSN.com in a new browser.
I don't care if they close that browser at msn or explore it a little do
whatever they want.
But my web site is still in a browser, 2 browsers running.

Thanks

"Cor Ligthert" <no**********@planet.nl> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Hi Tony,

As far as I know, No you are always processing one aspx page (session) at a time.

Cor

Nov 20 '05 #3
Maybe this is better way to ask.

This is from FrontPage html how can I do this in vb .net web form vs 2002

<a target="_blank" href=http://www.msn.com>Go to MSN</a>

Thanks

Tony

"Tony" <To************@MSN.Com> wrote in message
news:eI**************@TK2MSFTNGP11.phx.gbl...
Hi Cor,
Thanks for your help.
I must be asking my question incorrectly, there has got to be a way.
Someone visits your website and you do not want them to leave your website. There are links to http://www.msn.com on your page. I just want to send
them to www.MSN.com in a new browser.
I don't care if they close that browser at msn or explore it a little do
whatever they want.
But my web site is still in a browser, 2 browsers running.

Thanks

"Cor Ligthert" <no**********@planet.nl> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Hi Tony,

As far as I know, No you are always processing one aspx page (session)
at a
time.

Cor


Nov 20 '05 #4
Hi Tony,

That I have used also for long time on a testserver. I redirected them to an
police office that I think has no soft methods in the US.( I am in Europe),
while it goes to fast that they could not see that. This is not that Police
office.

<html>
<head>
<meta http-equiv="refresh" content="1;url=http://msdn.microsoft.com/">
</head>
</html>

However when that is in ASPX and they do not know the password or whatever

They do not need anymore the log page, so you only have to redirect to a
page as you said the official loginpage is not important anymore.

response.redirect ("MyStopMessage.htm")

I hope this was what you did mean?

Cor

Nov 20 '05 #5

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

Similar topics

7
by: Ed Lai | last post by:
A few weeks ago I have the idea of converting XML instance data to a HTML form, using tags as the label and the resulting form can be used to edit the XML data. So I started to play around with it,...
2
by: VasantKumar Naidu | last post by:
Hi, I am making a new website. I have booked the server space and upload it frequently as and when I change something in my site. The problem is: I change something in my start.html file...
6
by: Martin | last post by:
I'd like to be able to get the name of an object instance from within a call to a method of that same object. Is this at all possible? The example below works by passing in the name of the object...
4
by: Randy | last post by:
Hi, ok, I found a way to connect to a running instance of an (external) Internet Explorer and access - for example - the html source. That works fine! But now I have running application with...
1
by: Martin | last post by:
Hello Group I'm having a bit of trouble figuring this out. I'm grateful for any hints. Let's assume I'm have a webapplication with two .aspx pages, Page A and Page B. Page A consists of a...
3
by: Ben | last post by:
Hi, I'm sending out a session cookie. That is a cookie that has no expiration date. When I surf through the site, no problems, but if I close the browser and open it back up, the cookie is still...
3
by: foobar | last post by:
I have created a .net .aspx web page and would like to render the object after setting some properties. I would also like to have event handlers in the parent window that could respond to events...
8
by: KMZ_state | last post by:
We have a question here where a developer says that if the same user starts 2 instances of the application on his machine, the session variables may get mixed up b/c the session is PER IP ADDRESS. ...
3
by: Ethan V | last post by:
My company has 2 web sites. On site #1 we have a hyperlink to site #2. The requirement is that if site #2 is already opened in any browser instance, clicking on the hyperlink to site #2 should not...
5
by: Mike | last post by:
I'm having trouble accessing SQL2005 Standard Edition as a second instance of SQL Server where the first instance is SQL 2000 Enterprise Edition. I installed SQL 2005 as a named instance...
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: 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...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.