Could someone offer some guidance on adding an alert box to my code? I'm struggling with the following section:
If Session("prs") < 300 Then
??????????????
'Response.Redirect("profile.aspx")
End If
I would like an alert box to appear if "prs" is less than 300, and for it to stay on the page. Any assistance would be greatly appreciated. Thank you!