JavaScript Alert Kodu
<!-- Description: A Javascript Alert box onClick
Browsers: All
Server requirements: N/A
Additional Information:
Note: Replace the text inside the alert to your message.
Replace the value inside the anchor tag with the text you want use to prompt the user to click it. -->
<a onClick="alert('You just clicked on the link')">Click Here For a PopUp Message</a>