Hi!

I am unable to detemine how to do the following:

I have a basic html <ahref link:
Code:
<a href="test.php?id=1">Test</a>
Now when user clicks on the above links it must be confired weather he wants to go at it or not...i mean just a yes, no box, if user presses yes then he's taken to that link else just stay in there.

How can i achieve thus using javascript ?

Thanks!