This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

How to detect refresh window button when mouse click

  • 1 antwoord
  • 3 hierdie probleem
  • 4 views
  • Laaste antwoord deur 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...

Gewysig op deur cor-el

All Replies (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