English
<!--To achieve this effect, add the following code to the <body> area--> <script language=""> function winconfirm(){ question = confirm("This link will take you to http://www .downcodes.com Are you sure?") if (question != "0"){ window.open("http://www.downcodes.com") } } </script> <a href="javascript:winconfirm( )">Click here to try</a>