We are needing an interstitial window that prompts a user if they want to continue to another site. Additionally, we would like to provide a checkbox if they would not longer like to see this prompt again. I can prompt via a ModalWindow and capture their response...but what I am not sure what to do now is open a window with the destination URL via Ajax.
I like the target="_blank" behavior on an href...but this can't apply since I am opening a modal window with that link. Do I have to create custom javascript to append to the Ajax request to open a new window with that url? Are there other options? Thanks in advance! - Doug
