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 8542711
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T12:07:57+00:00 2026-06-11T12:07:57+00:00

I recently was notified that a script had been running for 5 days. It

  • 0

I recently was notified that a script had been running for 5 days. It was suggested that it might have been one of 3 possible scripts. One had code structured similar to the following:

Edit I had modified the alert message (only) a few days prior to the purported beginning.

<body>

<script type="text/javascript">
    alert('Some message');
</script>

<div id="container">
....

The intent was to have the alert viewable before the underlying page loaded.

Could this alert waiting for OK to be pressed in someone’s browser have caused the program to run for days ??

(I did question script time limits, but that was dismissed.) I’m just trying to learn about the process of serving pages. Thanks for looking and answering.

  • 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-06-11T12:07:58+00:00Added an answer on June 11, 2026 at 12:07 pm

    To be clear, alert() is a client side script. The server completes the processing of the page and sends it to the client. And in your case, the client is the one, which is running now and not the server is suspended.

    Consider this small PHP Snippet:

    <?php
        echo "Script Started!<br />\n"
        sleep(10);
        echo "Script Ended!<br />\n";
    ?>
    

    The page will load only after 10 seconds of processing by the server and it sends out the fully processed code. So, in anyway, javascript alert or client side scripting won’t stop server execution.

    Hope it is clear.

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

Sidebar

Related Questions

Recently I have been dealing with windows LogonUser API. The LogonUser api returns different
Recently we have released our product. Our team decided to preserve the source code
A user recently notified me that whenever they attempt to dial into a conference
Recently I've studied the backpropagation network and have done some manual exercise. After that,
Recently in a project, I had a multiprocessing Process that crashed. A child process
I have recently built an application that shows you a camera preview on screen.
Recently I have been investigating the possibilities of caching in ASP.NET. I rolled my
recently I am reading about Thinking in Java. that code in my PC is
Recently I noticed (after others have extended the project) that the compile time significantly
I have a small utility app written in Visual Basic 6 that has been

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.