Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Learn More

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

How to detect refresh window button when mouse click

  • 1 antwurd
  • 3 hawwe dit probleem
  • 7 werjeftes
  • Lêste antwurd fan cor-el

more options

im web developer,
Im facing problem that,
I have security problem to detect refresh button click by mouse

following coding, IE i get output for my Question but in FF not

var e = (window.event)? window.event:event; // true For IE false FOR other Browser
 if (e.clientY >= -15 || e.clientX >= 1000 ) {
  return "alert msg";
 }

I want to detect the window refresh button onclick mouse position and Close window mouse position,,,,,,,,,

I hope that i ll get reply for my question thanks dude...

im web developer,<br /> Im facing problem that,<br /> I have security problem to detect refresh button click by mouse following coding, IE i get output for my Question but in FF not<br /> <br /> <pre><nowiki>var e = (window.event)? window.event:event; // true For IE false FOR other Browser if (e.clientY >= -15 || e.clientX >= 1000 ) { return "alert msg"; } </nowiki></pre> I want to detect the window refresh button onclick mouse position and Close window mouse position,,,,,,,,, I hope that i ll get reply for my question thanks dude...

Bewurke troch cor-el op

Alle antwurden (1)

more options

A good place to ask advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.
The helpers at that forum are more knowledgeable about web development issues.
You need to register at the mozillaZine forum site in order to post at that forum.

See http://forums.mozillazine.org/viewforum.php?f=25