Ask a Question related to PHP Development, Design and Development.
-
Jayme Assuncao Casimiro #1
don't open new window
Is there the possibility of not permiting the user of opening
two windows of the same web site?
Thanks
+---------------------------------------------+
| Jayme Assuncao Casimiro |
| Graduado em Ciência da Computação |
| Estudante de Mestrado em Computação |
| Universidade Federal de Minas Gerais - UFMG |
+---------------------------------------------+
Jayme Assuncao Casimiro Guest
-
Page_Load not fired when window.open used to load window.
Hello John, Did you mean that the problem only happens after you upgrade to VS 2003 and framework 1.1? Does the problem exist in VS 2002 and... -
New Window Target doesn't open a new window inContribute but does in Firefox
I have made the neccessary steps to allow a link to open in a new window by choosing "New Window" as the Target, and when testing the published page... -
window.open - resizing a window
Is there a way to resize a window once it is opened through java:window.open I want to run a series of animations in a single window, however the... -
How to get a OPEN/SAVE dialog option window when open Excel from IE browser.
I use the following to open Excel from IE browser, but I don't get a OPEN/SAVE dialog option window. Instead, the Excel opened in the browser... -
Open PDF in new window
Hi I am developing my first asp appication (vbscript). I am storing cheques scans (in pdf format) in the file system along with the db on the... -
Matthias Esken #2
Re: don't open new window
Jayme Assuncao Casimiro <jayme@dcc.ufmg.br> schrieb:
No. You can't control the user and the users browser(s) and computer(s).> Is there the possibility of not permiting the user of opening
> two windows of the same web site?
Regards,
Matthias
Matthias Esken Guest
-
André Næss #3
Re: don't open new window
Jayme Assuncao Casimiro:
No.>
> Is there the possibility of not permiting the user of opening
> two windows of the same web site?
André Næss
André Næss Guest
-
Adi Schwarz #4
Re: don't open new window
Matthias Esken wrote:
Perhaps you could (with a complicated session-based tracker, or by>
> No. You can't control the user and the users browser(s) and computer(s).
tracking IPs), but the point is that you *should not* control the user's
browser, that's not the purpose of a website!
-adi
Adi Schwarz Guest
-
Eric Kincl #5
Re: don't open new window
Adi Schwarz wrote:
I would say it's not even possible then. The client most probably caches> Matthias Esken wrote:
>>>>
>> No. You can't control the user and the users browser(s) and computer(s).
> Perhaps you could (with a complicated session-based tracker, or by
> tracking IPs), but the point is that you *should not* control the user's
> browser, that's not the purpose of a website!
>
> -adi
the page and when a new window is opened just opens it from cache. You
*may* be able to do it with JavaScript (if you are really anal, a
combination of javascript and PHP), but again, there is no reason you
should be limiting how many windows a client has open. You shouldn't care,
your PHP code should be robust enough to handle submissions/track where a
user is if they have multiple pages open, plus thats just one thing you
should mess with. A users web-browser is personal. At the point you start
making it impossible to do something, they get pissed. (Or do something
for that matter, like pop-ups). Take my advice, leave the browser alone.
-Eric Kincl
Eric Kincl Guest
-
Alvaro G Vicario #6
Re: don't open new window
*** Eric Kincl wrote/escribió (Fri, 21 Nov 2003 01:53:38 +0000):
User can spoil any attempt just opening two browsers (Explorer and> I would say it's not even possible then. The client most probably caches
> the page and when a new window is opened just opens it from cache.
Mozilla)—given that he actually care. I normally leave annoying sites
unexplored ;-)
--
--
-- Ãlvaro G. Vicario - Burgos, Spain
--
Alvaro G Vicario Guest
-
R. Rajesh Jeba Anbiah #7
Re: don't open new window
Eric Kincl <Eric@Kincl.net_NO_SPAM_> wrote in message news:<3fbd7022@news.gvsu.edu>...
No. It's possible. As Adi said, you need complex session> Adi Schwarz wrote:
>>> > Matthias Esken wrote:
> >> >> >>
> >> No. You can't control the user and the users browser(s) and computer(s).
> > Perhaps you could (with a complicated session-based tracker, or by
> > tracking IPs), but the point is that you *should not* control the user's
> > browser, that's not the purpose of a website!
> >
> > -adi
> I would say it's not even possible then.
processing for that. BTW, I don't mean disabling "Open new window"
option of browser---I mean if the user opens a new window, then prompt
a error message or force log off.
My bank ( [url]http://www.icicibank.com/[/url] )have such option. They won't
allow you to use "Stop button", or "Refresh button" or "Ctrl+N" or
"Open link in new window". If you do so, then they will force log off
telling that it's for security purpose.
---
"One who mix sports and patriotism is a barbarian"
Email: rrjanbiah-at-Y!com
R. Rajesh Jeba Anbiah Guest
-
André Næss #8
Re: don't open new window
R. Rajesh Jeba Anbiah:
Well they can obviously do that because you have to log in and thus they can> Eric Kincl <Eric@Kincl.net_NO_SPAM_> wrote in message
> news:<3fbd7022@news.gvsu.edu>...>>> Adi Schwarz wrote:
>>>>>> > Matthias Esken wrote:
>> >
>> >>
>> >> No. You can't control the user and the users browser(s) and
>> >> computer(s).
>> >
>> > Perhaps you could (with a complicated session-based tracker, or by
>> > tracking IPs), but the point is that you *should not* control the
>> > user's browser, that's not the purpose of a website!
>> >
>> > -adi
>> I would say it's not even possible then.
> No. It's possible. As Adi said, you need complex session
> processing for that. BTW, I don't mean disabling "Open new window"
> option of browser---I mean if the user opens a new window, then prompt
> a error message or force log off.
>
> My bank ( [url]http://www.icicibank.com/[/url] )have such option. They won't
> allow you to use "Stop button", or "Refresh button" or "Ctrl+N" or
> "Open link in new window". If you do so, then they will force log off
> telling that it's for security purpose.
link all your actions to you as a person. But in the general case you don't
have that luxury.
But really, instead of disallowing the Stop, Refresh and CTRL-N buttons the
bank should get a fucking clue and implement their system so that it can
handle those sorts of things. Doesn't sound like a bank I would want to
use. "Our security depends on the user's ability to not make mistakes.".
Right.
André Næss
André Næss Guest
-
Matthias Esken #9
Re: don't open new window
[email]ng4rrjanbiah@rediffmail.com[/email] (R. Rajesh Jeba Anbiah) schrieb:
Which information do they use for this? IPs can change (Proxy!) and> Eric Kincl <Eric@Kincl.net_NO_SPAM_> wrote in message news:<3fbd7022@news.gvsu.edu>...
>>>> I would say it's not even possible then.
> No. It's possible. As Adi said, you need complex session
> processing for that. BTW, I don't mean disabling "Open new window"
> option of browser---I mean if the user opens a new window, then prompt
> a error message or force log off.
>
> My bank ( [url]http://www.icicibank.com/[/url] )have such option. They won't
> allow you to use "Stop button", or "Refresh button" or "Ctrl+N" or
> "Open link in new window". If you do so, then they will force log off
> telling that it's for security purpose.
browsers can change.
Regards,
Matthias
Matthias Esken Guest
-
R. Rajesh Jeba Anbiah #10
Re: don't open new window
Matthias Esken <muelleimer2003nospam@usenetverwaltung.org> wrote in message news:<bpll7c.1a4.1@usenet.esken.de>...
I don't know about their implementation. The pages are in JSP. I> [email]ng4rrjanbiah@rediffmail.com[/email] (R. Rajesh Jeba Anbiah) schrieb:
>>> > Eric Kincl <Eric@Kincl.net_NO_SPAM_> wrote in message news:<3fbd7022@news.gvsu.edu>...
> >> >> >> I would say it's not even possible then.
> > No. It's possible. As Adi said, you need complex session
> > processing for that. BTW, I don't mean disabling "Open new window"
> > option of browser---I mean if the user opens a new window, then prompt
> > a error message or force log off.
> >
> > My bank ( [url]http://www.icicibank.com/[/url] )have such option. They won't
> > allow you to use "Stop button", or "Refresh button" or "Ctrl+N" or
> > "Open link in new window". If you do so, then they will force log off
> > telling that it's for security purpose.
> Which information do they use for this?
think, they're doing this with session. Also, their system is somewhat
buggy---sometimes the system fails to recognize the use of "Stop
button" or "Refresh button" or "Ctrl+N"...
Here is my simple, quick (but buggy) solution:
<?php
session_start();
header('Cache-Control: no-store, no-cache, must-revalidate'); //don't
cache the page
if (isset($_SESSION[$_SERVER['PHP_SELF']]))
{
echo 'Error: You cannot see a page more than once or open more
than one window.';
}
else //no problem...
{
$_SESSION[$_SERVER['PHP_SELF']] = 1;
echo 'Hello, World!.';
//show other contents...
}
?>
---
"There are two kinds of people, those who do the work and those who
take the credit. Try to be in the first group; there is less
competition there."---Indira Gandhi
Email: rrjanbiah-at-Y!com
R. Rajesh Jeba Anbiah Guest



Reply With Quote

