refreshing parent window according to the selected value from iframe

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • asamchristopher
    New Member
    • Sep 2006
    • 1

    refreshing parent window according to the selected value from iframe

    hi..
    i am having a iframe inside a page. In iframe , i have some options, by according to the selection an option, i want to refresh the entire parent window ..

    say for eg: i am having some userid's inside my iframe. By selecting a userid and i click the edit button.. the whole parent window should by refreshed with the edit page of the user id.
    (now it is opening inside the iframe)..

    any suggestions..
    thanx in adv.
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Set parent.location .href to the edit page.

    Comment

    Working...