I am trying to set up a page so that when the user clicks on the Add to cart button, it will validate the contents and if everything is okay. Then bring up the window that will allow the user to customize the selected item. And if it is not okay, then don't bring up the window.
Right now my code is validating the contents of the form, and regardless if it is okay or not, bringing up the radWindow.
I have set up a radWindowManger and inside that a number of radWindows, that will be used on the page.
If there is a way to check to see it is okay to display it, then I would really like to be able to do that. Thanks.
Right now my code is validating the contents of the form, and regardless if it is okay or not, bringing up the radWindow.
I have set up a radWindowManger and inside that a number of radWindows, that will be used on the page.
If there is a way to check to see it is okay to display it, then I would really like to be able to do that. Thanks.