window close event

window close event

am 15.10.2007 16:12:10 von neetunayak20

Hi, All

Can any of you tell me how do I manage the window.onClose event in
Internet Explorer/Mozilla, What I really need is to control when the
user closes the window, but without using events like
or .

Re: window close event

am 15.10.2007 16:35:03 von Jerry Stuckle

neetunayak20@gmail.com wrote:
> Hi, All
>
> Can any of you tell me how do I manage the window.onClose event in
> Internet Explorer/Mozilla, What I really need is to control when the
> user closes the window, but without using events like
> or .
>
>

You can't do it in PHP. PHP is server-side and window.onClose is
client-side. Same with other client-side events.

Try comp.lang.javascript.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: window close event

am 16.10.2007 08:37:36 von neetunayak20

On Oct 15, 7:35 pm, Jerry Stuckle wrote:
> neetunaya...@gmail.com wrote:
> > Hi, All
>
> > Can any of you tell me how do I manage the window.onClose event in
> > Internet Explorer/Mozilla, What I really need is to control when the
> > user closes the window, but without using events like
> > or .
>
> You can't do it in PHP. PHP is server-side and window.onClose is
> client-side. Same with other client-side events.
>
> Try comp.lang.javascript.
>
> --
> ==================
> Remove the "x" from my email address
> Jerry Stuckle
> JDS Computer Training Corp.
> jstuck...@attglobal.net
> ==================

i know this is client-side events
if its possible for you let me know how it do in javascript

Thanks
Neetu Nayak

Re: window close event

am 16.10.2007 10:12:19 von David McKenzie

neetunayak20@gmail.com wrote:
> On Oct 15, 7:35 pm, Jerry Stuckle wrote:
>> neetunaya...@gmail.com wrote:
>>> Hi, All
>>> Can any of you tell me how do I manage the window.onClose event in
>>> Internet Explorer/Mozilla, What I really need is to control when the
>>> user closes the window, but without using events like
>>> or .
>> You can't do it in PHP. PHP is server-side and window.onClose is
>> client-side. Same with other client-side events.
>>
>> Try comp.lang.javascript.
>>
>> --
>> ==================
>> Remove the "x" from my email address
>> Jerry Stuckle
>> JDS Computer Training Corp.
>> jstuck...@attglobal.net
>> ==================
>
> i know this is client-side events
> if its possible for you let me know how it do in javascript
>
> Thanks
> Neetu Nayak
>
Why are you still here?

--
DM davidm@cia.com.au

'It would go against respecting principles and truth if you have to
respect and accept anything just because it is the other side's view.'
- Kim Jung Ill

Re: window close event

am 16.10.2007 14:36:04 von Jerry Stuckle

neetunayak20@gmail.com wrote:
> On Oct 15, 7:35 pm, Jerry Stuckle wrote:
>> neetunaya...@gmail.com wrote:
>>> Hi, All
>>> Can any of you tell me how do I manage the window.onClose event in
>>> Internet Explorer/Mozilla, What I really need is to control when the
>>> user closes the window, but without using events like
>>> or .
>> You can't do it in PHP. PHP is server-side and window.onClose is
>> client-side. Same with other client-side events.
>>
>> Try comp.lang.javascript.
>>
>> --
>> ==================
>> Remove the "x" from my email address
>> Jerry Stuckle
>> JDS Computer Training Corp.
>> jstuck...@attglobal.net
>> ==================
>
> i know this is client-side events
> if its possible for you let me know how it do in javascript
>
> Thanks
> Neetu Nayak
>
>

This is a PHP newsgroup. Try a javascript newsgroup.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================