Opened 13 years ago
Closed 13 years ago
#6761 closed bug (duplicate)
Have a Probleman in event unload or onbeforeload
Reported by: | rafaeldorazio | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4.3 | |
Component: | unfiled | Version: | 1.4.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If you remove the alert () code, it does not work in firefox 3.6.6
$(document).ready(function() {
$(window).unload(function() {
$.get('Sair.ashx', { user: document.getElementById('lblDe').innerHTML }); alert('postget');
});
});
In aspx have a UpdatePanel and Scriptmanager
Note: See
TracTickets for help on using
tickets.
Dup of #6760