1. #1
    Sencha User
    Join Date
    Jan 2011
    Posts
    1
    Vote Rating
    0
    tkatchserg is on a distinguished road

      0  

    Default Answered: IFrame aka setUrl and passing parameters to Iframe target.

    Answered: IFrame aka setUrl and passing parameters to Iframe target.


    Hello.
    Can some one clarify to me if its possible to pass parameters to IFrame target (eg. window.setUrl(http://www.google.com) without appending them to the URL so more in a way the HTTP POST does it ..

    regards.

  2. You can use a form and submit this to an iframe. This is the only way to to a post to an iframe.

  3. #2
    Software Architect
    Join Date
    Sep 2007
    Posts
    13,691
    Vote Rating
    107
    Answers
    60
    sven is just really nice sven is just really nice sven is just really nice sven is just really nice

      0  

    Default


    You can use a form and submit this to an iframe. This is the only way to to a post to an iframe.