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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T03:09:11+00:00 2026-06-03T03:09:11+00:00

Why won’t the JavaScript alerts pop up in an ASP classic Select Case branch?

  • 0

Why won’t the JavaScript alerts pop up in an ASP classic Select Case branch?
When I put in the Response.End statements and run through the checkout process the JavaScript alert’s do their thing.. but when I take them out and they are immediately followed by a Redirect… the alerts do not popup. Any idea why?

If strResponse <> "000" Then
Select Case strResponse
    Case "701"
        %>
        <script type="text/javascript">
            alert("The customer is under 18 years of age based upon the date of birth.");
        </script>
        <%
        'Response.End
        Response.Redirect strRedirectCheckout
    Case "702"
        %>
        <script type="text/javascript">
            alert("The billing address is outside the United States.");
        </script>
        <%
        'Response.End
        Response.Redirect strRedirectCheckout
    Case "707"
        %>
        <script type="text/javascript">
            alert("The account holder does not have sufficient credit available for the transaction amount.");
        </script>
        <%
        'Response.End
        Response.Redirect strRedirectCheckout
    Case Else
        %>
        <script type="text/javascript">
            alert("Unable to obtain an authorization\nClick OK to be redirected back to checkout and please choose another form of payment");
        </script>
        <%
        'Response.End
        Response.Redirect strRedirectCheckout
End Select

Else ' if strResponse does == '000'; SUCCESS!!!
  • 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-03T03:09:12+00:00Added an answer on June 3, 2026 at 3:09 am

    Because a Response.Redirect sends a message to the browser to start navigating to the page indicated. If you want them to see the popup first, after the alert just stay in JavaScript and use document.location.href=…..

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

Sidebar

Related Questions

Why won't XMLSerializer process my generic list? Sub Main() Serializing() End Sub <System.Serializable()> _
Why won't this work in Safari? <script language=javascript type=text/javascript> function changeUrl(url) { window.location.href='http://google.com'; return
I won't get into specifics unless I need to, but I have an app
I won the bid on a project and now the client (who is itself
Why won't this xml schema validate ? Visual studio says that the simpleContent tag
why won't this work? function login(){ if(window.XMLHttpRequest){ ajax=new XMLHttpRequest(); }else if(window.ActiveXObject){ ajax=new ActiveXObject(Microsoft.XMLHTTP); }
Why won't this work? public static int[] GetListOfAllDaysForMonths() { static int[] MonthDays = new
htmlspecialchars won't do it and neither does htmlentities .
I won't use GIcon to change for the marker.Any other ways to change color
Mono won't fire the following code: I get internal server error 500, error writing

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.