close show modal dialog and redirect back to main search page
hello.
i m using the CFML with the javascript to open a showmodal dialog and pass the value person id to a dialog window from a parent window "add person " page. after i excute the sql in the modal dialog..i wish to close the dialog and then redirect back to the my main search screen.but my problem is after i click the OK button on the dialog ..i can close the window dialog but i failed to redirect back to the main search screen.can anyone help me?thanx alot.
If you're talking a "real" modal dialog, be aware it is internet explorer only.
That said, you probably have your order backwards. You have to first refresh, reload, or redirect (as you desire) the opener, then you can close the child (modal window).
__________________
If this post contains any code, I may or may not have tested it. It's probably just example code, so no getting knickers in a bunch over a typo, OK? If it doesn't have basic error checking in it, such as object detection or checking if objects are null before using them, put that in there. I'm giving examples, not typing up your whole app for you. You run code at your own risk.
Bored? Visit http://www.kaelisspace.com/
If you're talking a "real" modal dialog, be aware it is internet explorer only.
That said, you probably have your order backwards. You have to first refresh, reload, or redirect (as you desire) the opener, then you can close the child (modal window).
i tried porting a wordpress blog to CF but didn't work out? could smarty be used for a blog with CF? is it better than PHP? basically i was trying to build a lifestyle blog at http://www.pakistanigirls.org but found that wordpress templates pretty much sucked. i also wanted to include at least some community features such as article submission forms.