I have a link let's say
<a href = "somepage.html">some page</a>
What I want is a box to pop up when someone clicks on that link that says are you sure you want to go to some page?
Then, if they click ok I want to go to that page. I'm a server side programmer and I usually don't have to do front end things like this. Thanks in advance,