Hi
I have this link
Thats open a popup box.Code:<a id="yesnocancelbuttons" runat="server">Message in modal view.</a>
My question is, how can i call that id in an If statsment !?
if i have something like this
Code:if session("activ") = "Y" Then Do nothing Elseif session("activ") = "N" Then CALL THE ID, Javascript and show the popup. End if


Reply With Quote