beachboy58
IS-IT--Management
I am new to the forums and have a problem that has been nagging me. I've been searching high and low and can't find a good answer.
I have a dropdown list that signifies the status of an order. I have a condition to check when a certain status is selected that I want a javascript alert window to pop up to remind the user to check for a certain document.
It is written like this
ClientScript.RegisterStartupScript(Page.GetType(), "ErrorAlert", "alert('This is Clay County, remember to include CITY TAXES');", True)
This never gets executed because of the autopostback on the DDL. How can I make sure this popup window appears before the postback happens.
Thanks in advance
I have a dropdown list that signifies the status of an order. I have a condition to check when a certain status is selected that I want a javascript alert window to pop up to remind the user to check for a certain document.
It is written like this
ClientScript.RegisterStartupScript(Page.GetType(), "ErrorAlert", "alert('This is Clay County, remember to include CITY TAXES');", True)
This never gets executed because of the autopostback on the DDL. How can I make sure this popup window appears before the postback happens.
Thanks in advance