window close event

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 <BODY onUnload>
or <BODY onBeforeUnload>.
neetunayak20 [ Mo, 15 Oktober 2007 16:12 ] [ ID #1845449 ]

Re: window close event

neetunayak20 [at] 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 <BODY onUnload>
> or <BODY onBeforeUnload>.
>
>

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 [at] attglobal.net
==================
Jerry Stuckle [ Mo, 15 Oktober 2007 16:35 ] [ ID #1845450 ]

Re: window close event

On Oct 15, 7:35 pm, Jerry Stuckle <jstuck... [at] attglobal.net> wrote:
> neetunaya... [at] 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 <BODY onUnload>
> > or <BODY onBeforeUnload>.
>
> 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... [at] 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
neetunayak20 [ Di, 16 Oktober 2007 08:37 ] [ ID #1846366 ]

Re: window close event

neetunayak20 [at] gmail.com wrote:
> On Oct 15, 7:35 pm, Jerry Stuckle <jstuck... [at] attglobal.net> wrote:
>> neetunaya... [at] 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 <BODY onUnload>
>>> or <BODY onBeforeUnload>.
>> 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... [at] 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 [at] 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
David McKenzie [ Di, 16 Oktober 2007 10:12 ] [ ID #1846367 ]

Re: window close event

neetunayak20 [at] gmail.com wrote:
> On Oct 15, 7:35 pm, Jerry Stuckle <jstuck... [at] attglobal.net> wrote:
>> neetunaya... [at] 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 <BODY onUnload>
>>> or <BODY onBeforeUnload>.
>> 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... [at] 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 [at] attglobal.net
==================
Jerry Stuckle [ Di, 16 Oktober 2007 14:36 ] [ ID #1846371 ]
PHP » alt.php » window close event

Vorheriges Thema: Chopped off page
Nächstes Thema: associative array to list