What is the difference between:
this.event close ()
close (this)
(written on an event eg: postretrive)
I notice that:
- the first executes the event script, but does not close the window
- the second runs the script and closes the window
Because ?
thanks in advance for the answers
Gimmy