Results 1 to 2 of 2

Thread: Data exchange with different pages

  1. #1
    Join Date
    Aug 2009
    Posts
    42

    Data exchange with different pages

    I am creating a page that is some kind of a mediator between different pages:

    1. From one page a client sends a form.
    2. A page-mediator does some checks and actions, makes decisions and sends data to a third side page.
    3. The third side page do something and sends data to the mediator.
    4. Mediator again does something and sends notification to the client.

    In a common flow when we use form submitting or header("Location: ...") the client will see all the redirection, pages reloading etc. But the aim is to make the client dialing with mediator page only. The better thing is to send to client some message on the stage 2 and continue with the third side separately.
    Is there the way to do that?

  2. #2
    Join Date
    May 2010
    Location
    England
    Posts
    54
    Perhaps you should look into AJAX, which will allow your server to do its thing and pass the finished data back without the client leaving the page he/she was on at all

    AJAX is a very broad topic and I don't have time to go into detail, but I thought I'd at least point you in the right direction

Similar Threads

  1. Passing data between two ASP pages
    By kris.c in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 1
    Last Post: 22 Apr 2007, 11:05 PM
  2. New Website Tips (specially Navigational structure)
    By traveloid in forum General Questions
    Replies: 1
    Last Post: 27 Mar 2007, 10:38 AM
  3. Seek Software Solutions: Building, Managing, Refreshing Data Sets
    By bluesky7 in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 0
    Last Post: 09 Feb 2006, 01:06 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •