473,513 Members | 2,417 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Get viewer's browser to open second copy?

Hi,

If I set up a link to take my viewers away from my site, how can I force
their browser to open a second copy? Idea, of course, is to bring viewers
back into my site when they close the 2nd copy.

Thanks,

DaveCu
Dec 5 '05 #1
17 2007


DaveC wrote:
If I set up a link to take my viewers away from my site, how can I force
their browser to open a second copy? Idea, of course, is to bring viewers
back into my site when they close the 2nd copy.


They will know how to return to your site, should they want to. What you are
planning is almost always a bad idea.

If you still are sure you want to suggest opening another window, look up
the target attribute.

Thor

--
http://www.anta.net/OH2GDF
Dec 5 '05 #2
"DaveC" <dc******@nospam.san.rr.com> writes:
If I set up a link to take my viewers away from my site, how can I force
their browser to open a second copy? Idea, of course, is to bring viewers
back into my site when they close the 2nd copy.


<a href="http://www.example.com/">Example Company (open this in a new
window or I'll come round to your house and beat you up)</a>

It's not completely guaranteed, obviously, but neither is any other
method (some browsers don't support multiple windows/tabs, and some
that do will ignore any new-window HTML code)

Also, studies have shown that the Back Button is the second
most-commonly used piece of navigation on the web (hyperlinks are
first, obviously), and except in a few recent browsers, opening a new
window stops people using the back button to return to your site. So,
while it might seem a good idea, it probably won't work as you
want. People might discover your site still there when they close
their browser, but then they'll probably close that too.

--
Chris
Dec 5 '05 #3
On Mon, 05 Dec 2005 22:26:00 +0100, DaveC <dc******@nospam.san.rr.com>
wrote:
If I set up a link to take my viewers away from my site, how can I force
their browser to open a second copy? Idea, of course, is to bring
viewers back into my site when they close the 2nd copy.


Ow, God, I hate it when an author does that to me. S/he has no right to do
that. I can deside for myself perfectly well (a) if I want a link to open
in a new window and (b) if I want to return to a previous page or site.
And if the content is useful to me, I will return there. If not today,
some other time. On the other hand, if a site tries to trick me into
opening another window for links outside their domain, that is a sure
guarantee that I will never return to that site again ever.

So, please, if you figure out a way, implement and do let me know the URL
of your site. I then know that I can safely avoid to visit it ever.
--
,-- --<--@ -- PretLetters: 'woest wyf', met vele interesses: ----------.
| weblog | http://home.wanadoo.nl/b.de.zoete/_private/weblog.html |
| webontwerp | http://home.wanadoo.nl/b.de.zoete/html/webontwerp.html |
|zweefvliegen | http://home.wanadoo.nl/b.de.zoete/html/vliegen.html |
`-------------------------------------------------- --<--@ ------------'
Dec 5 '05 #4
Well, I think I understand the general feeling on this one; "not a good
idea". Just as well with me. I didn't want to go to the trouble of
changing my site anyways.

Thanks,

DaveC
Dec 5 '05 #5
DaveC wrote:
Well, I think I understand the general feeling on this one; "not a good
idea". Just as well with me. I didn't want to go to the trouble of
changing my site anyways.

Thanks,

DaveC


There are several ways to do it using JavaScript....but the "HTML Nazis"
on here will slam you for even thinking about it.

The "not a good idea" feeling you get, should *not* deter you. After all --
YOU are the author. Too many people here go totally "anal" about "let's
think about all the poor users out there...".

A musician is allowed to record an album the way HE wants to present it.
A movie director is allowed to release a film as presented in the ways
HE wishes. A rhetorical question: Why should the web author be treated
any differently?

:o)
--

Greg Heilers
Registered Linux user #328317 - SlackWare 10.1 (2.6.10)
.....

As far as anyone knows we're a nice, normal family.

-- Homer Simpson
There's No Disgrace Like Home

Dec 5 '05 #6
In article <85***************@newsread2.news.pas.earthlink.ne t>,
Greg Heilers <gN************@earthNOSPAMlink.net> wrote:
There are several ways to do it using JavaScript....but the "HTML Nazis"
on here will slam you for even thinking about it.
That sentence should end this but...

<snip>
A musician is allowed to record an album the way HE wants to present it.
In nearly all cases, he has producers to answer to. If he's rich and can
afford to create, produce and market the record, he can do anything he
wants. If it makes money or not is then up to him.
A movie director is allowed to release a film as presented in the ways
HE wishes.
Not even! Again the producers enter the picture above him. George Lucas
is a dramatic though extremely rare exception.
A rhetorical question: Why should the web author be treated
any differently?


Really, the web author shouldn't if their work isn't presented on the
web for anyone's satisfaction but their own.
But if there's a producer (employer or customer) who want's to maximize
their profit (site popularity), user accessibility becomes a concern,
and the artist (author) will yield or go fish. That is, of course,
provided that the employer or customer is savvy enough to know what they
want :-)

leo

--
<http://web0.greatbasin.net/~leo/>
Dec 6 '05 #7
Greg Heilers <gN************@earthNOSPAMlink.net> wrote:
A musician is allowed to record an album the way HE wants to present it.
Leonard Blaisdell <le*@greatbasin.com> wrote:
In nearly all cases, he has producers to answer to. If he's rich and can
afford to create, produce and market the record, he can do anything he
wants. If it makes money or not is then up to him.
Not to mention the fact that neither the musician nor the producers have
any control over consumers' playback equipment/environment.
A movie director is allowed to release a film as presented in the ways
HE wishes. Not even! Again the producers enter the picture above him. George Lucas
is a dramatic though extremely rare exception.


And again, they don't have much control over the equipment/environment in
the cinema, and they have no control when the movie is viewed at home on
DVD.
A rhetorical question: Why should the web author be treated
any differently?


What makes you think web authors are treated any differently? The web
author controls the web site. The reader controls the browsing
equipment/environment.

If my browsing environment doesn't support multiple windows, or if I have
configured my browsing environment not to open new windows except when I
request them, then the web author can't open new windows. That's just the
way the web works.

A web author complaining about such things is like an ice sculptor
complaining that his sculptures melt.
--
Darin McGrew, mc****@stanfordalumni.org, http://www.rahul.net/mcgrew/
Web Design Group, da***@htmlhelp.com, http://www.HTMLHelp.com/

"Never ask a barber whether you need a haircut."
Dec 6 '05 #8
Darin McGrew wrote:
Greg Heilers <gN************@earthNOSPAMlink.net> wrote:
A musician is allowed to record an album the way HE wants to
present it.


Leonard Blaisdell <le*@greatbasin.com> wrote:
In nearly all cases, he has producers to answer to. If he's
rich and can afford to create, produce and market the record,
he can do anything he wants. If it makes money or not is then
up to him.


Not to mention the fact that neither the musician nor the
producers have any control over consumers' playback
equipment/environment.


Wouldn't *that* be a mess? A piece of music that when played
switched the tuner to another station or caused a different CD to
load? :)
--
Blinky
Killing all Google Groups posts.
http://blinkynet.net/comp/uip5.html
Dec 6 '05 #9
Greg Heilers wrote:

DaveC wrote:
Well, I think I understand the general feeling on this one; "not a good
idea". Just as well with me. I didn't want to go to the trouble of
changing my site anyways.

Thanks,

DaveC


There are several ways to do it using JavaScript....but the "HTML Nazis"
on here will slam you for even thinking about it.

The "not a good idea" feeling you get, should *not* deter you. After all --
YOU are the author. Too many people here go totally "anal" about "let's
think about all the poor users out there...".

A musician is allowed to record an album the way HE wants to present it.
A movie director is allowed to release a film as presented in the ways
HE wishes. A rhetorical question: Why should the web author be treated
any differently?


Actually, I play the recorded music the way I want, not the way the
musician wants. I control the volume and tone. If it's a CD, I
also control the sequence of tracks. It's my equipment, not the
musician's.

--

David E. Ross
<URL:http://www.rossde.com/>

I use Mozilla as my Web browser because I want a browser that
complies with Web standards. See <URL:http://www.mozilla.org/>.
Dec 6 '05 #10
DaveC wrote:

Hi,

If I set up a link to take my viewers away from my site, how can I force
their browser to open a second copy? Idea, of course, is to bring viewers
back into my site when they close the 2nd copy.


See "The Scourge of New Windows" at
<URL:http://karlcore.com/articles/article.php?id=25>.

I talked to an acquaintance who owns a Web developing firm. He
told me that some owners of commercial Web sites insist that links
to external sites must launch new windows. They want their own
pages to remain on the user's desktop as long as possible.
Although he really does not like the practice, he also recognizes
from where his income comes and complies. This does not explain
the practice of launching new windows when selecting a link to
another page within the same Web site.

On the other hand, on my own Web site, I do launch a new browser
window when I think the user might want to switch back and forth
between the new page and the page from which it was selected (e.g.,
my list of useful Internet tools launches a new window once for its
many links to my glossary of Internet terms). Otherwise, I
consider the unnecessary proliferation of windows a damned
annoyance almost as bad as popups.

You can obtain a new window when you select the link by appropriate
use of your mouse buttons. Generally, this is something that you
(the user) should decide and not the Web developer, especially now
that browsers have tabbed browsing with multiple Web pages all in
the same browser window, each under a separate tab.

--

David E. Ross
<URL:http://www.rossde.com/>

I use Mozilla as my Web browser because I want a browser that
complies with Web standards. See <URL:http://www.mozilla.org/>.
Dec 6 '05 #11
In message <If*****************@tornado.socal.rr.com>, DaveC
<dc******@nospam.san.rr.com> writes
Hi,

If I set up a link to take my viewers away from my site, how can I force
their browser to open a second copy? Idea, of course, is to bring viewers
back into my site when they close the 2nd copy.

You can't. Even with the target = blank etc syntax, the browser can
choose to override this behaviour. I have Firefox set up to open such
annoying requests in the same window rather than a new one.

--
Craig Cockburn ("coburn"). http://www.SiliconGlen.com/
Home to the first online guide to Scotland, founded 1994.
Scottish FAQ, weddings, website design, stop spam and more!
Dec 6 '05 #12
begin quotation
from DaveC <dc******@nospam.san.rr.com>
in message <If*****************@tornado.socal.rr.com>
posted at 2005-12-05T21:26
Hi, If I set up a link to take my viewers away from my site, how can I force
their browser to open a second copy?
You can't force *anything* as site author.

As site viewer, you would right click and select open in new window in
your browser.
Idea, of course, is to bring viewers back into my site when they close
the 2nd copy.


No, most people are used to going *back* to your site when they hit the
*back* button in their browser.

I specifically filter attempts to subvert the use of left click to open
in the same window and often just close the original window when any get
by. This is a huge inconvenience and I often wind up not returning to
the original site.

--
___ _ _____ |*|
/ __| |/ / _ \ |*| Shawn K. Quinn
\__ \ ' < (_) | |*| sk*****@speakeasy.net
|___/_|\_\__\_\ |*| Houston, TX, USA
Dec 6 '05 #13
begin quotation
from Greg Heilers <gN************@earthNOSPAMlink.net>
in message <85***************@newsread2.news.pas.earthlink.ne t>
posted at 2005-12-05T23:31
DaveC wrote:
Well, I think I understand the general feeling on this one; "not a good
idea". Just as well with me. I didn't want to go to the trouble of
changing my site anyways.

There are several ways to do it using JavaScript....but the "HTML Nazis"
on here will slam you for even thinking about it.
And exactly 0% (none) of them work when Javascript is disabled.
The "not a good idea" feeling you get, should *not* deter you.
I take it you smoke at gas stations, too?
A musician is allowed to record an album the way HE wants to present it.
A movie director is allowed to release a film as presented in the ways
HE wishes. A rhetorical question: Why should the web author be treated
any differently?


Whether intended to be rhetorical or not, I think it needs answering:
because the Web is not radio, TV, or the movies.

--
___ _ _____ |*|
/ __| |/ / _ \ |*| Shawn K. Quinn
\__ \ ' < (_) | |*| sk*****@speakeasy.net
|___/_|\_\__\_\ |*| Houston, TX, USA
Dec 6 '05 #14
Greg Heilers wrote:
A musician is allowed to record an album the way HE wants to present it.
A movie director is allowed to release a film as presented in the ways
HE wishes.


But neither is allowed to create content which causes the viewing device
to break.
Dec 6 '05 #15
Greg Heilers wrote:
A musician is allowed to record an album the way HE wants to present it.


But when skipping to the next track on a CD, the user isn't forced to
plug in a new set of speakers in case they want to listen to the
previous track later. Why should a user ever be forced to open a new
window if they want to return to the previous page later?

--
Lachlan Hunt
http://lachy.id.au/
http://GetFirefox.com/ Rediscover the Web
http://GetThunderbird.com/ Reclaim your Inbox
Dec 6 '05 #16
Darin McGrew wrote:
Greg Heilers <gN************@earthNOSPAMlink.net> wrote:
A musician is allowed to record an album the way HE wants to

present it.

Leonard Blaisdell <le*@greatbasin.com> wrote:
In nearly all cases, he has producers to answer to. If he's rich
and can afford to create, produce and market the record, he can do
anything he wants. If it makes money or not is then up to him.


Not to mention the fact that neither the musician nor the producers
have any control over consumers' playback equipment/environment.


Although they seem to try, with all the "copyright protection" (hah!)
technologies.

--
Kim André Akerĝ
- ki******@NOSPAMbetadome.com
(remove NOSPAM to contact me directly)
Dec 6 '05 #17
On Tue, 06 Dec 2005 11:03:43 GMT, Lachlan Hunt <sp***********@gmail.com>
wrote:
But when skipping to the next track on a CD, the user isn't forced to
plug in a new set of speakers in case they want to listen to the
previous track later.


Not unless it's a Sony CD !
Dec 7 '05 #18

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

Similar topics

13
35485
by: Allison Bailey | last post by:
Hi Folks, I'm a brand new Python programmer, so please point me in the right direction if this is not the best forum for this question.... I would like to open an existing MS Excel spreadsheet...
9
2800
by: bluedolphin | last post by:
Hello All: I have been brought onboard to help on a project that had some performance problems last year. I have taken some steps to address the issues in question, but a huge question mark...
4
2591
by: Salad | last post by:
Hi: I have the following line: DoCmd.SendObject acSendReport, "TestReport", _ "SnapshotFormat (*.snp)", _ "joeblow@nowhere.com", , , "Report Test", _ "Does it open correctly?", True I have...
4
2344
by: Dean Poling | last post by:
Hello, all... I am attempting to write a managed c++ dll that will open a crystal report in the windows form viewer. For various reasons, I need to be able to write this in C++ w/MFC as opposed...
0
1561
by: Anne | last post by:
hie there, i have a couple of questions that i need help on. the first is regarding the closing of a browser.i have an exit button which on click i would like it to totally close the browser, and...
29
15476
by: Patrick | last post by:
I have the following code, which regardless which works fine and logs to the EventViewer regardless of whether <processModel/> section of machine.config is set to username="SYSTEM" or "machine" ...
5
16438
by: Dean Slindee | last post by:
I have looked everywhere I can think of for the .exe name of the Windows Picture and Fax Viewer. Anybody know what it's named? Thanks, Dean Slindee
0
1315
by: dp | last post by:
hello, I have service that copy dll file that contain information of one of the sources of the event viewer. the service is in system permission. if someone used event viewer before the process ,...
1
7494
by: monskie | last post by:
Hello to all, I have a problem which could be trivial to you guys. This concerns opening several crystal reports on the a crystal viewer on an ASPX page by calling window.open. My...
0
7260
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7539
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...
1
7101
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7525
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5686
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5089
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...
0
3234
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1596
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
456
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.