Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: DHTML Modal Window Widget - Pause Execution?

  1. #11
    Join Date
    May 2008
    Posts
    15
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Maybe I am the one who does not understand ...

    But from looking at your answer it looks to me that you are providing a mthod for the veil to whiteout the parent page but I do not see how the code on the parent page will not continue to run.

    Perhaps I am missing something but will the line of code after the one that opens the dialogue wait to execute until after the dialogue is dismissed?

  2. #12
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    You are absolutely right that everything will run. But it will just be covered up. If you have any alerts on the page, what you could do is set that alert to open when you click the "x" button?
    Jeremy | jfein.net

  3. #13
    Join Date
    May 2008
    Posts
    15
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Unhappy I just do not knwo how to ...

    Yes but ...

    In my case PAGE B (a child or PAGE A) needs to invoke the dialogue but needs to do so thru PAGE A so that PAGE A is also covered/disabled. It is a function on PAGE B that needs to be executed when the dialgue closes but I am not sure how to do that.

    Can I some way inside of PAGE A tell the dialgue to call a function that is on PAGE B?

  4. #14
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    You could do this, but it would require ajax to call one thing from another page.
    Jeremy | jfein.net

  5. #15
    Join Date
    May 2008
    Posts
    15
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Is that something that you provide me some direction on?

    Thanks in advance.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •