RE: [PHP] Prevent user to close web browser

2001-08-30 Thread Peter


> > I need it for my intranet web site, some of my users close browser on long
> > lasting script and I need to prevent this.

The question to ask is: "How do you convince people to not close their 
browser?".
Peter


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] Prevent user to close web browser

2001-07-20 Thread Taylor, Stewart

That should not be a problem because if a user shuts down their web browser
this means they no longer want to see the report.


-Stewart
-Original Message-
From: Mihailo Dzigurski [mailto:[EMAIL PROTECTED]]
Sent: 19 July 2001 23:06
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP] Prevent user to close web browser


Partly can help, but user cannot see report output in web browser.

Mihailo.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 20, 2001 12:05 AM
To: Mihailo Dzigurski
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP] Prevent user to close web browser


Is this something that "ignore_user_abort" could help with?

On Thu, 19 Jul 2001, Mihailo Dzigurski wrote:

> I need it for my intranet web site, some of my users close browser on long
> lasting script and I need to prevent this.
>
> Thanks,
> Mihailo.
>
> -Original Message-
> From: kath [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, July 19, 2001 2:39 PM
> To: Mihailo Dzigurski
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP] Prevent user to close web browser
>
>
> Not with PHP.  Maybe some Javascript could.
>
> But why would you want this?  Planning some infinite spawning pop up
> website?
> =)
>
> - k
>
> On Thursday 19 July 2001 08:28 am, you wrote:
> > Hello,
> >
> > I need to prevent user to close the web browser on close button or by
> > pressing ALT+F4.
> >
> > Is this possible?
> >
> > Thanks,
> > Mihailo.
> >
> >
> > _
> > Do You Yahoo!?
> > Get your free @yahoo.com address at http://mail.yahoo.com
>
>
> _
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
>

--
July 19, 2001: Thursday is a choice.
 Freedom lives best by ending in decision.
  --http://artwells.com/oracula/


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] Prevent user to close web browser

2001-07-19 Thread Don Read


On 19-Jul-2001 Mihailo Dzigurski wrote:
> Partly can help, but user cannot see report output in web browser.
> 
> Mihailo.
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Friday, July 20, 2001 12:05 AM
> To: Mihailo Dzigurski
> Cc: [EMAIL PROTECTED]
> Subject: RE: [PHP] Prevent user to close web browser
> 
> 
> Is this something that "ignore_user_abort" could help with?
> 
> On Thu, 19 Jul 2001, Mihailo Dzigurski wrote:
> 
>> I need it for my intranet web site, some of my users close browser on long
>> lasting script and I need to prevent this.
>>
>> Thanks,
>> Mihailo.
>>

Especially if they close the browser ...
Sharp, heavy objects; get some.

-- 
Don Read   [EMAIL PROTECTED]
-- It's always darkest before the dawn. So if you are going to 
   steal the neighbor's newspaper, that's the time to do it.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] Prevent user to close web browser

2001-07-19 Thread Mihailo Dzigurski

Partly can help, but user cannot see report output in web browser.

Mihailo.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 20, 2001 12:05 AM
To: Mihailo Dzigurski
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP] Prevent user to close web browser


Is this something that "ignore_user_abort" could help with?

On Thu, 19 Jul 2001, Mihailo Dzigurski wrote:

> I need it for my intranet web site, some of my users close browser on long
> lasting script and I need to prevent this.
>
> Thanks,
> Mihailo.
>
> -Original Message-
> From: kath [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, July 19, 2001 2:39 PM
> To: Mihailo Dzigurski
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP] Prevent user to close web browser
>
>
> Not with PHP.  Maybe some Javascript could.
>
> But why would you want this?  Planning some infinite spawning pop up
> website?
> =)
>
> - k
>
> On Thursday 19 July 2001 08:28 am, you wrote:
> > Hello,
> >
> > I need to prevent user to close the web browser on close button or by
> > pressing ALT+F4.
> >
> > Is this possible?
> >
> > Thanks,
> > Mihailo.
> >
> >
> > _
> > Do You Yahoo!?
> > Get your free @yahoo.com address at http://mail.yahoo.com
>
>
> _
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
>

--
July 19, 2001: Thursday is a choice.
 Freedom lives best by ending in decision.
  --http://artwells.com/oracula/


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] Prevent user to close web browser

2001-07-19 Thread artwells

Is this something that "ignore_user_abort" could help with?

On Thu, 19 Jul 2001, Mihailo Dzigurski wrote:

> I need it for my intranet web site, some of my users close browser on long
> lasting script and I need to prevent this.
>
> Thanks,
> Mihailo.
>
> -Original Message-
> From: kath [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, July 19, 2001 2:39 PM
> To: Mihailo Dzigurski
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP] Prevent user to close web browser
>
>
> Not with PHP.  Maybe some Javascript could.
>
> But why would you want this?  Planning some infinite spawning pop up
> website?
> =)
>
> - k
>
> On Thursday 19 July 2001 08:28 am, you wrote:
> > Hello,
> >
> > I need to prevent user to close the web browser on close button or by
> > pressing ALT+F4.
> >
> > Is this possible?
> >
> > Thanks,
> > Mihailo.
> >
> >
> > _
> > Do You Yahoo!?
> > Get your free @yahoo.com address at http://mail.yahoo.com
>
>
> _
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
>

-- 
July 19, 2001: Thursday is a choice.
 Freedom lives best by ending in decision.
  --http://artwells.com/oracula/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Prevent user to close web browser

2001-07-19 Thread Matt Greer

on 7/19/01 10:30 AM, Tom Malone at [EMAIL PROTECTED] wrote:

>> Netscape will warn the user that the script (javascript) is trying to close
>> their main window.
>> 

> True, but JavaScript can't prevent the user from closing their web browser
> window, which is the basis of the original question.
> 

D'oh! Reading comprehension is usually considered to be a good thing :) My
bad.

Matt


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] Prevent user to close web browser

2001-07-19 Thread Tom Malone

True, but JavaScript can't prevent the user from closing their web browser
window, which is the basis of the original question.

-Original Message-
From: Matt Greer [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 19, 2001 10:48 AM
To: PHP Users
Subject: Re: [PHP] Prevent user to close web browser


on 7/19/01 8:33 AM, Tom Malone at [EMAIL PROTECTED] wrote:

> I am almost positive this is not possible with JavaScript or even
VBScript.
> It might be possible with Visual Basic, but again - why would you want to
do
> that?

Netscape will warn the user that the script (javascript) is trying to close
their main window.

Matt


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re[2]: [PHP] Prevent user to close web browser

2001-07-19 Thread Daniel Rezny

Hello all,

Thursday, July 19, 2001, 2:53:03 PM, you wrote:

SB> have a javascript function that is fired when you load the index page.

SB> i have a calendar system that i wrote at work that is displayed in a window
SB> with most of the features turned off like toolbars etc.

SB> have a look at 'on load' and window properties.

SB> it's a doddle.

SB> and no i didn't find it on a porn site. ;-)

SB> Steve

On what OS running your users?
If on win you can install there a small program. But I think it is not
what did you want. But I know that you cant do it with PHP. You can do
it with javascript as I know.

If you want a program I can help.

-- 
Best regards,
 Danielmailto:[EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Prevent user to close web browser

2001-07-19 Thread Matt Greer

on 7/19/01 8:33 AM, Tom Malone at [EMAIL PROTECTED] wrote:

> I am almost positive this is not possible with JavaScript or even VBScript.
> It might be possible with Visual Basic, but again - why would you want to do
> that?

Netscape will warn the user that the script (javascript) is trying to close
their main window.

Matt


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] Prevent user to close web browser

2001-07-19 Thread Taylor, Stewart

Then you should be using the ignore_user_abort function which keeps a script
running even if a user shuts own their browser.

http://www.php.net/manual/en/function.ignore-user-abort.php


-Stewart

-Original Message-
From: Mihailo Dzigurski [mailto:[EMAIL PROTECTED]]
Sent: 19 July 2001 13:47
To: kath; Mihailo Dzigurski
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP] Prevent user to close web browser


I need it for my intranet web site, some of my users close browser on long
lasting script and I need to prevent this.

Thanks,
Mihailo.

-Original Message-
From: kath [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 19, 2001 2:39 PM
To: Mihailo Dzigurski
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] Prevent user to close web browser


Not with PHP.  Maybe some Javascript could.

But why would you want this?  Planning some infinite spawning pop up
website?
=)

- k

On Thursday 19 July 2001 08:28 am, you wrote:
> Hello,
>
> I need to prevent user to close the web browser on close button or by
> pressing ALT+F4.
>
> Is this possible?
>
> Thanks,
> Mihailo.
>
>
> _
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] Prevent user to close web browser

2001-07-19 Thread Tom Malone

I am almost positive this is not possible with JavaScript or even VBScript.
It might be possible with Visual Basic, but again - why would you want to do
that?

Tom

-Original Message-
From: kath [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 19, 2001 8:39 AM
To: Mihailo Dzigurski
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] Prevent user to close web browser


Not with PHP.  Maybe some Javascript could.

But why would you want this?  Planning some infinite spawning pop up
website?
=)

- k

On Thursday 19 July 2001 08:28 am, you wrote:
> Hello,
>
> I need to prevent user to close the web browser on close button or by
> pressing ALT+F4.
>
> Is this possible?
>
> Thanks,
> Mihailo.
>
>
> _
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Prevent user to close web browser

2001-07-19 Thread Steve Brett

have a javascript function that is fired when you load the index page.

i have a calendar system that i wrote at work that is displayed in a window
with most of the features turned off like toolbars etc.

have a look at 'on load' and window properties.

it's a doddle.

and no i didn't find it on a porn site. ;-)

Steve

"Slavomir Slizik" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> So, try to surf some free erotic,porn sites. They're full of that
> window-spawing stuff :(
>
> slavko
>
>
> On Thu, 19 Jul 2001, kath wrote:
>
> > Not with PHP.  Maybe some Javascript could.
> >
> > But why would you want this?  Planning some infinite spawning pop up
website?
> > =)
> >
> > - k
> >
> > On Thursday 19 July 2001 08:28 am, you wrote:
> > > Hello,
> > >
> > > I need to prevent user to close the web browser on close button or by
> > > pressing ALT+F4.
> > >
> > > Is this possible?
> > >
> > > Thanks,
> > > Mihailo.
> > >
> > >
> > > _
> > > Do You Yahoo!?
> > > Get your free @yahoo.com address at http://mail.yahoo.com
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> >
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] Prevent user to close web browser

2001-07-19 Thread Mihailo Dzigurski

I need it for my intranet web site, some of my users close browser on long
lasting script and I need to prevent this.

Thanks,
Mihailo.

-Original Message-
From: kath [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 19, 2001 2:39 PM
To: Mihailo Dzigurski
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] Prevent user to close web browser


Not with PHP.  Maybe some Javascript could.

But why would you want this?  Planning some infinite spawning pop up
website?
=)

- k

On Thursday 19 July 2001 08:28 am, you wrote:
> Hello,
>
> I need to prevent user to close the web browser on close button or by
> pressing ALT+F4.
>
> Is this possible?
>
> Thanks,
> Mihailo.
>
>
> _
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Prevent user to close web browser

2001-07-19 Thread Slavomir Slizik

So, try to surf some free erotic,porn sites. They're full of that
window-spawing stuff :(

slavko


On Thu, 19 Jul 2001, kath wrote:

> Not with PHP.  Maybe some Javascript could.
>
> But why would you want this?  Planning some infinite spawning pop up website?
> =)
>
> - k
>
> On Thursday 19 July 2001 08:28 am, you wrote:
> > Hello,
> >
> > I need to prevent user to close the web browser on close button or by
> > pressing ALT+F4.
> >
> > Is this possible?
> >
> > Thanks,
> > Mihailo.
> >
> >
> > _
> > Do You Yahoo!?
> > Get your free @yahoo.com address at http://mail.yahoo.com
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Prevent user to close web browser

2001-07-19 Thread kath

Not with PHP.  Maybe some Javascript could.

But why would you want this?  Planning some infinite spawning pop up website? 
=)

- k

On Thursday 19 July 2001 08:28 am, you wrote:
> Hello,
>
> I need to prevent user to close the web browser on close button or by
> pressing ALT+F4.
>
> Is this possible?
>
> Thanks,
> Mihailo.
>
>
> _
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Prevent user to close web browser

2001-07-19 Thread Mihailo Dzigurski

Hello,

I need to prevent user to close the web browser on close button or by
pressing ALT+F4.

Is this possible?

Thanks,
Mihailo.


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]