Hi

I have this link

Code:
<a id="yesnocancelbuttons" runat="server">Message in modal view.</a>
Thats open a popup box.

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