<html> <head> <script type="text/javascript" language="javascript"> function show() { alert('<a href="http://www.codeproject.com/">Code Project</a>'); } </script> </head> <body> <input type="button" id="show" value="show" onclick="show()"> </body> </html>
<a href="http://www.codeproject.com/">Code Project</a>
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)