iframing issue...need help

Discussion in 'Programming' started by mberman84, May 16, 2008.

  1. #1
    i figured out how to iframe a specific section of another webpage onto my webpage....i iframed the part of the page that people enter some info into and click "submit"...

    however...when they click submit (on the iframed page)...it loads the next page within that iframe on my webpage.

    instead...i want it to either pop a window out (target _blank) or even better would load the next page in the full browser window and leave my page..

    how do i do that?

    PS...i have no control over the iframed page.
     
    mberman84, May 16, 2008 IP
  2. Rick_

    Rick_ Active Member

    Messages:
    578
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    58
    #2
    Pm me with more details, I might be able to help you out
     
    Rick_, May 19, 2008 IP
  3. dylanj

    dylanj Peon

    Messages:
    173
    Likes Received:
    3
    Best Answers:
    1
    Trophy Points:
    0
    #3
    If you have no control over the iFrame contents, you'll be at a dead end...
     
    dylanj, May 20, 2008 IP
  4. Bagi Zoltán

    Bagi Zoltán Well-Known Member

    Messages:
    364
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    110
    #4
    Yes it is right. I think you could set up a javascript redirect to the new page which would function for instance onmouseedown event, but it would reset the form.:(
     
    Bagi Zoltán, May 20, 2008 IP
  5. mberman84

    mberman84 Peon

    Messages:
    511
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #5
    what do you mean reset the form? the submission of the first form is important...then i want the page that that submit goes to to pop into a new window.
     
    mberman84, May 20, 2008 IP