Is is possible to call a new window, and then continue procesing the script in the base window?
I want to be able to launch a new browser window with a specific url, if a decision is true, but continue to process the original form as well.
example
if (statement == true) {
bring up new window
}
continue with this code