Side navigation
#6761 closed bug (duplicate)
Opened July 03, 2010 06:33PM UTC
Closed July 05, 2010 02:33AM UTC
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
Attachments (0)
Change History (1)
Changed July 05, 2010 02:33AM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
Dup of #6760