Popuo window and loader refresh.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Giuseppe

    Popuo window and loader refresh.

    Hello,
    In my page test1.php I have a list box with a series of items. When I
    select an "Add new item" button, a popup window is called with a query
    string parameter test1.php?cmd=a dd. When in the popup I type the new
    item and then select "submit" I have to close the popup and update the
    loader window in order to find then new item inserted in the popup.
    Does someone know where I can find an example (or script) in order to
    see how managing the closing of popup and the refresh of the loader
    window?
    Thanks,

    Giuseppe
  • Urs Weder

    #2
    Re: Popuo window and loader refresh.

    Giuseppe wrote:[color=blue]
    > Hello,
    > In my page test1.php I have a list box with a series of items. When I
    > select an "Add new item" button, a popup window is called with a query
    > string parameter test1.php?cmd=a dd. When in the popup I type the new
    > item and then select "submit" I have to close the popup and update the
    > loader window in order to find then new item inserted in the popup.
    > Does someone know where I can find an example (or script) in order to
    > see how managing the closing of popup and the refresh of the loader
    > window?
    > Thanks,
    >
    > Giuseppe[/color]

    Hi,

    in the popup window i used:

    <body ONUNLOAD="opene r.location.relo ad(true);">

    It works for me but maybe there's a better solution.

    Greetings, Urs

    Comment

    Working...