0

I have pair of ajax function call fetching remote data and printing the output onto the same page.

However, it's been decided the output needs to be on a separate from the input. So, there will be a small form to receive input from any page on my site but the ajax generated results have to be printed out on a results page.

Is this possible, and how can I implement it?

1 Answer 1

1

Post the input form data to the next page;

Grab the data on that page and perform the AJAX call;

Show results;

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.