473,385 Members | 1,806 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.

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 1222
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...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
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: 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...

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.