window.onbeforeunload in javascript
问题 I'm using javascript window.onbeforeunload function to show an alert to user whenever user tries to leave the page without submitting the data. This functinality is working fine. Problems comes in IE (only) where the window.onbeforeunload event fires even on click of internal links like <a class="editlink" onclick="fnEditLink(this);" href="javascript:void(0);" > <img src="/images/newstyle/pencil.png" alt="edit" /> Edit </a> This is an internal link that is used to edit grid row without making