Usagi
09-30-2011, 03:11 AM
1) Script Title: DHTML Window widget (v1.1)
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex8/dhtmlwindow/
3) Describe problem: I love the script. It really saves my bacon by replacing the javascript popups that I had on my site and that were often blocked. Thanks for this wonderful script.
Three problems:
1) When the popup is closed, I'd sometimes like to repaint the page under. For example: http://www.prose-n-poetry.com/display_work/10539
When someone posts a comment, the page needs to repaint so the new comment is visible. I tried this but it doesn't work:
<a href="javascript:window.location.reload(); parent.comment.close()"><b>Close Window</b></a> It closes the window but doesn't repaint the page.
2) I would like a link inside one popup that launches another popup. So far, all I can get is that the new popup appears inside the existing one that launches it. If you look at the bottom of the above link, you'll see "Contact Us" Click on that and you'll get a DHTML window. Inside that there is a link that says "Speller Help" Click on that and you get the old style popup. I'd like it to create another DHTML window to replace the help popup.
3) This one may be impossible. I have a midi music player on the site. If you click "Midi Musicbox" at the top of any screen, a small midi player pops up. It plays midi's randomly. It acts independently of the site. As you go from page to page, the music player is totally unaffected. The DHTML windows are MUCH cleaner and unstoppable. I'd prefer to use those but as soon as I bounce around the site, the player starts anew with each page change.
Thanks for your anticipated help.
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex8/dhtmlwindow/
3) Describe problem: I love the script. It really saves my bacon by replacing the javascript popups that I had on my site and that were often blocked. Thanks for this wonderful script.
Three problems:
1) When the popup is closed, I'd sometimes like to repaint the page under. For example: http://www.prose-n-poetry.com/display_work/10539
When someone posts a comment, the page needs to repaint so the new comment is visible. I tried this but it doesn't work:
<a href="javascript:window.location.reload(); parent.comment.close()"><b>Close Window</b></a> It closes the window but doesn't repaint the page.
2) I would like a link inside one popup that launches another popup. So far, all I can get is that the new popup appears inside the existing one that launches it. If you look at the bottom of the above link, you'll see "Contact Us" Click on that and you'll get a DHTML window. Inside that there is a link that says "Speller Help" Click on that and you get the old style popup. I'd like it to create another DHTML window to replace the help popup.
3) This one may be impossible. I have a midi music player on the site. If you click "Midi Musicbox" at the top of any screen, a small midi player pops up. It plays midi's randomly. It acts independently of the site. As you go from page to page, the music player is totally unaffected. The DHTML windows are MUCH cleaner and unstoppable. I'd prefer to use those but as soon as I bounce around the site, the player starts anew with each page change.
Thanks for your anticipated help.