<html> <head> <script type="text/javascript"> function igiri_orri(url) { window.open(url); } </script> </head> <body> <a href="#" onclick="igiri_orri('http://www.google.es')">LINK</a> </body> </html>