Hi ...

I have an aspx page with VB as the code behind. I want to conditionally open a popup window with Javascript when a button is clicked on the aspx page. For example:

Code:
If all checks are okay then
    Open Popup Window with Javascript
End If
Is this possible? In the examples I've seen, the window is always opened when the button is clicked.

Thanks!