Is there any way to do this in PHP (or with a combination of JS)?

Discussion in 'PHP/MySql' started by immediate, Nov 20, 2009.

Remove these ads by signing in
Remove these ads by signing in
Thread Status:
Not open for further replies.
  1. immediate Member

    Member Since:
    Jun 3, 2009
    Message Count:
    81
    Likes Received:
    0
    Location:
    kavoir.com
    There's a login form on page A: A dot html

    The 'action' attribute of which is: action="B dot html"

    So when someone logs in with the form on A dot html, the data will be submitted to / visitor redirected to B dot html dot

    Now what I want is: there's an <iframe></iframe> on C dot html, framing B dot html, is there any way so that when someone logs in with the form on A dot html, the visitor is redirected to C dot html and the login details is submitted to B dot html that's framed on C dot html in the <iframe></iframe>? So after the person logs in from A dot html, he arrives at C dot html with the actual CP dashboard framed in an <iframe> dot

    I have absolutely no clue in achieving this dot Maybe the form will be submitted to C dot html first and C dot html submits the login details to B dot html (framed in C dot html) via JavaScript? How?
  2. expertsweb New Member

    Member Since:
    Oct 19, 2009
    Message Count:
    23
    Likes Received:
    0
    Hire , Ajax , Javascript , programmer

    Hi Immediate ,

    I thing you can use Jquery ajax feature , may be it will help u
Thread Status:
Not open for further replies.

Share This Page