Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 643425
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T21:16:52+00:00 2026-05-13T21:16:52+00:00

My Javascript needs to send some data to a server when the page closes,

  • 0

My Javascript needs to send some data to a server when the page closes, which I currently do with a synchronous AJAX (SJAX?) request in window.onbeforeunload. The problem with this, of course, is that if my server takes too long or the network connection dies, the browser freezes.

From what I’ve read, it’s not possible to specify a timeout for synchronous AJAX requests, and asynchronous AJAX requests don’t work on window.onbeforeunload. My best guess at how to solve this would be to use an asynchronous request, and then lock up the browser for some time to let the request finish:

window.onbeforeunload = function() {
  doSomeAjax(); // asynchronous request

  var now = new Date();
  var time_limit = now.getTime()+2000; // 2,000 ms
  while(now.getTime() < time_limit) {
    now = new Date();
  }
}

Would this work? Are there any potential issues with this method?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T21:16:53+00:00Added an answer on May 13, 2026 at 9:16 pm

    Your problem is that the browser freezes, and you’re trying to solve it by manually freezing the browser in a loop. That will also freeze the UI thread, so that’s not a potential problem, that’s a definite problem.

    Since the browser is closing, I guess you don’t need to receive any feedback from the AJAX responses, to update the page being closed? In that case, perhaps you could solve your problems by injecting IMG tags into, say, a hidden DIV, with their src properties set to the URL you want to request.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 498k
  • Answers 498k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer How about trying like this? <table> <tbody> <tr> <td rowspan="10">… May 16, 2026 at 12:14 pm
  • Editorial Team
    Editorial Team added an answer Not exactly sure about your problem here but if you… May 16, 2026 at 12:14 pm
  • Editorial Team
    Editorial Team added an answer You can effectively disable them using stepMonths by making them… May 16, 2026 at 12:14 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

I have coded some JavaScript to perform an ajax call in an asp.net application.
I want to send some data to a user after they log in to
I made some ajax sites in the past where I used ajax to get
I'm working on a webpage that has a javascript image rotator, but it needs
I have a xml file that changed when i update some values, and i'm
I have a form which is posted to an external API. There is a
Suppose I'm entertaining a business model that offers free access to my propritary data
Novice question I guess: The Scenario: I have an asp.net page that contains 6
Update: Working as designed once I cleared my cookies. Doh! I'm working on an
I have a couple of questions regarding security mechanisms in asp.net (2.0). I have

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.