Hello, here is my dilemma, I have created a function to create a popup window, however it does not popup immediately per say on a button click. when the user fills out the form and clicks the save button it validates there data, if they have any errors then I want to launch this window, so it is not always guaranteed on the button click. How can I either cause a button to be clicked that the user does not click, or force this popup function to execute?