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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T09:02:23+00:00 2026-06-13T09:02:23+00:00

I want to use Ajax/jquery to be able to redirect to another php script

  • 0

I want to use Ajax/jquery to be able to redirect to another php script to perform a command in the script.

I have a jquery/ajax code function below, my question is that is the jquery.ajax function correct in order to redirect to the “cancelimage.php” script?

$(imageuploadform).find(".imageCancel").on("click", function(event) {
    $('.upload_target_image').get(0).contentwindow
    $("iframe[name='upload_target_image']").attr("src", "javascript:'<html></html>'");
    jQuery.ajax("cancelimage.php");
    return stopImageUpload(2);
});​  
  • 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-13T09:02:24+00:00Added an answer on June 13, 2026 at 9:02 am

    I’m not sure this is what you want , but for a complete redirect

     Window.location.href='cancelimage.php'
    

    But if your looking for an ajax success/fail type response from your code

     $.ajax{(
     url:'cancelimage.php',
     data: 'yourData', //either serialized from form submit or created on the fly
     Success: function(yourResponse){ //if Conditions met
     },
     Error: function(request){ alert(request.responseText);}
     )};
    

    Then its a matter of updating your cancelimage.php script to return boolean true/false, a JSON object using json_encode or whatever youd like

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

Sidebar

Related Questions

I have an asp.net user control on which I want to use jquery ajax.
I have some problem with my form. i want to use jquery ajax to
I am working on an ASP.NET web application. I want to use Jquery ajax
I want to have a set of checkboxes that use AJAX to post to
I use this jQuery Ajax-Request, which I configured for my needs: jQuery.ajax({ url: apiBridge.php?url=
Here's my PHP code called during jQuery AJAX call: <?php include '../code_files/conn.php'; $conn =
I have several pages that call in content via jQuery .ajax. I dont want
Possible Duplicate: How to use Basic Auth and Jquery and Ajax I want to
I want to use Goolge AJAX Feed API in my C# console application to
I want to use the ajax dll 3.5 in the website of framework 2.0

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.