Help! Refresh ShowModalDialog

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

    Help! Refresh ShowModalDialog

    Hi,
    i am trying to refresh a ShowModalDialog that contains information. I have
    search about it but it never seems to be possible. As anybody got some
    info., way, idea, documentation about a ShowModalDialog refresh.

    i really dont have any idea :*(
    Any help would be SOOOOOOOOOO appreciated ! Thanks in advance!


    Jonathan
  • William Morris

    #2
    Re: Help! Refresh ShowModalDialog

    The Modal Dialog is designed to act like a dialog - i.e. display only.
    Sorry Jonathon, but you can't get there from here. The only way to
    accomplish what you're after is to put the contents of your dialog in an
    IFRAME, and refresh it's contents.

    - Wm


    --
    William Morris
    Product Development, Seritas LLC
    Kansas City, Missouri

    "Jonathan" <aaa@aaa.com> wrote in message
    news:Xns952E760 62CF0Baaaaaacom @206.167.113.5. ..[color=blue]
    > Hi,
    > i am trying to refresh a ShowModalDialog that contains information. I have
    > search about it but it never seems to be possible. As anybody got some
    > info., way, idea, documentation about a ShowModalDialog refresh.
    >
    > i really dont have any idea :*(
    > Any help would be SOOOOOOOOOO appreciated ! Thanks in advance!
    >
    >
    > Jonathan[/color]


    Comment

    • Jim M

      #3
      Re: Help! Refresh ShowModalDialog

      Just postback in the form and add the following code to your <head> tag in
      the html...

      <base target="_self">


      "Jonathan" <aaa@aaa.com> wrote in message
      news:Xns952E760 62CF0Baaaaaacom @206.167.113.5. ..[color=blue]
      > Hi,
      > i am trying to refresh a ShowModalDialog that contains information. I have
      > search about it but it never seems to be possible. As anybody got some
      > info., way, idea, documentation about a ShowModalDialog refresh.
      >
      > i really dont have any idea :*(
      > Any help would be SOOOOOOOOOO appreciated ! Thanks in advance!
      >
      >
      > Jonathan[/color]


      Comment

      Working...