Skip to main content

Bug Tracker

Side navigation

#6762 closed bug (duplicate)

Opened July 03, 2010 06:34PM 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 for ASp.NET

Attachments (0)
Change History (1)

Changed July 05, 2010 02:33AM UTC by dmethvin comment:1

resolution: → duplicate
status: newclosed

Dup of #6760